Refactor CSV handling: update file names, implement saveListToCSV function, and enhance loadListFromCSV error handling.

This commit is contained in:
2025-05-13 21:44:21 +02:00
parent 7fa46c2131
commit 7800666839
5 changed files with 44 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@
#include "main.h"
#include "users.h"
#include <string.h>
#include <libpq-fe.h>
int loadListFromCSV(char* _filename, list_t * _list);