Compare commits

...

3 Commits

1 changed files with 3 additions and 1 deletions

View File

@ -11,9 +11,11 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#define _POSIX_THREAD_SAFE_FUNCTIONS
#include <time.h>
#define localtime_r(T,Tm) (localtime_s(Tm,T) ? NULL:Tm)
const char *dbName = "db.csv";
int main(void) {