1
0

time_s.hpp 219 B

12345678
  1. #ifndef AFUN_TIME_H
  2. #define AFUN_TIME_H
  3. #include "aFunToolExport.h"
  4. /* 时间工具 */
  5. AFUN_TOOL_EXPORT void safeSleep(double ms);
  6. AFUN_TOOL_EXPORT char *getTime(time_t *t, const char *format);
  7. #endif //AFUN_TIME_H