polytreewm/datetime.h

12 lines
164 B
C
Raw Normal View History

#ifndef _DATETIME_H
#define _DATETIME_H
2021-11-12 04:05:43 -05:00
#include <stdbool.h>
#define DATETIME_BUFFER_SIZE 32
2021-11-12 04:05:43 -05:00
bool datetime_start();
void datetime_stop();
#endif // _DATETIME_H