2023-11-16 23:19:36 -05:00

9 lines
105 B
C

#ifndef CTIME_H
#define CTIME_H
#include <inttypes.h>
uint32_t posix_time(void);
#endif /* CTIME_H */