#ifndef __TIMEUTILS_H #define __TIMEUTILS_H #include <time.h> #ifdef __cplusplus extern "C" { #endif struct tm getCurrentDateTime(); #ifdef __cplusplus } #endif #endif