Implement CSV loading and saving functionality; refactor user list management; update UUID generation and search functions; enhance signal handling in main application.

This commit is contained in:
2025-05-13 21:17:07 +02:00
parent 863d3e03e4
commit 2752f252ce
12 changed files with 195 additions and 34 deletions
+3 -1
View File
@@ -5,8 +5,10 @@
#include <stdio.h>
#include <stdlib.h>
#include "main.h"
#include "users.h"
void uartDialog(char *uart_adress, int terminal_x, int terminal_y);
void mainMenu(list_t * person_list, int terminal_x, int terminal_y);
#endif