#ifndef _DATETIME_H #define _DATETIME_H #include #define DATETIME_BUFFER_SIZE 32 bool datetime_start(); void datetime_stop(); #endif // _DATETIME_H