Compare commits
No commits in common. "39493a82c5d9cfabda732a1020b43a1ed3770679" and "756bdd432b8cc91db503d239e71b1e337f9b3407" have entirely different histories.
39493a82c5
...
756bdd432b
3
src/ui.c
3
src/ui.c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue