9 lines
131 B
C
9 lines
131 B
C
#ifndef _DATETIME_H
|
|
#define _DATETIME_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool datetime_start();
|
|
void datetime_stop();
|
|
|
|
#endif // _DATETIME_H
|