CoolPotOS/include/date.h

8 lines
125 B
C
Raw Normal View History

2024-04-10 01:18:08 +08:00
#ifndef CRASHPOWEROS_DATE_H
#define CRASHPOWEROS_DATE_H
int setup_date();
2024-05-02 11:06:52 +08:00
void launch_date();
2024-04-10 01:18:08 +08:00
#endif //CRASHPOWEROS_DATE_H