Enhance user information handling: add exportPersonInfo function, improve TUI dialogs, and refactor related code for better clarity and functionality.

This commit is contained in:
2025-05-17 20:22:54 +02:00
parent c84987239e
commit 1923b91ff4
10 changed files with 299 additions and 89 deletions
+2
View File
@@ -15,4 +15,6 @@ int loadListFromCSV(char* _filename, list_t * _list);
int saveListToCSV(char* _filename, list_t * _list);
int exportPersonInfo(node_t * _person);
#endif