![]() |
libfilezilla
|
00001 #ifndef LIBFILEZILLA_UTIL_HEADER 00002 #define LIBFILEZILLA_UTIL_HEADER 00003 00004 #include "libfilezilla.hpp" 00005 #include "time.hpp" 00006 00007 #include <cstdint> 00008 00013 namespace fz { 00014 00023 void FZ_PUBLIC_SYMBOL sleep(duration const& d); 00024 00027 int64_t FZ_PUBLIC_SYMBOL random_number(int64_t min, int64_t max); 00028 00029 } 00030 00031 #endif