Compare commits

..

No commits in common. "39493a82c5d9cfabda732a1020b43a1ed3770679" and "756bdd432b8cc91db503d239e71b1e337f9b3407" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@
*/ */
/* Created by Juergen Buechel, 13.12.2024/ /* Created by Juergen Buechel, 13.12.2024/
*/ */
#define _GNU_SOURCE
#include "ui.h" #include "ui.h"
#include "db.h" #include "db.h"
#include "llist.h" #include "llist.h"
@ -19,8 +18,6 @@
#define localtime_r(T, Tm) (localtime_s(Tm, T) ? NULL : Tm) #define localtime_r(T, Tm) (localtime_s(Tm, T) ? NULL : Tm)
#endif #endif
const char *dbName = "db.csv"; const char *dbName = "db.csv";
int main(void) { int main(void) {