now.h (126B)
1 #ifndef NOW_H 2 #define NOW_H 3 4 #include <stddef.h> 5 #include <time.h> 6 7 static inline time_t now() { return time(NULL); } 8 9 #endif
nightmaremailUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs |