Refactor CSV handling: update file names, implement saveListToCSV function, and enhance loadListFromCSV error handling.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "main.h"
|
||||
#include "users.h"
|
||||
#include <string.h>
|
||||
#include <libpq-fe.h>
|
||||
|
||||
int loadListFromCSV(char* _filename, list_t * _list);
|
||||
|
||||
Reference in New Issue
Block a user