Listing 11: TimeUtils.h (reworked for C++ compatibility).

#ifndef __TIMEUTILS_H
#define __TIMEUTILS_H

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