Download this file
1 2 3 4 5 6 7 8
#ifndef BTTIME_H #define BTTIME_H #include <time.h> extern time_t now; #endif // BTTIME_H