Enhance user management: update CSV data, refactor UUID search function, and implement person listing and search functionalities in the TUI.

This commit is contained in:
2025-05-15 23:19:35 +02:00
parent 2662415ed5
commit 7bc938aa69
6 changed files with 320 additions and 31 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef __MAIN_H__
#define __MAIN_H__
#define TRUE 1
#define TRUE !0
#define FALSE 0
#define BYTE uint8_t
#define MIN_X_TERMINAL_SIZE 50