Compare commits

..

No commits in common. "10a36c4a88a0709592900e2faebac6e003a71701" and "752f144113fce1f49ea0c5852d275c4674e96e71" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -11,11 +11,9 @@
#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) {