first commit

This commit is contained in:
2023-08-15 16:31:07 +02:00
commit 85c68bc097
20 changed files with 729 additions and 0 deletions

4
src/date_time_handling.h Normal file
View File

@ -0,0 +1,4 @@
#include <time.h>
#include <string.h>
void get_date(char buffer[]);