Refactor header inclusions and add main.h; implement searchPersonByUUID and addTimeEvent functions in users.c

This commit is contained in:
2025-04-24 19:53:52 +02:00
parent d60fcba0c8
commit e23ed280d8
9 changed files with 84 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
#include "rfid_handler.h"
#include "users.h"
#include "main.h"
#include <stdio.h>
#include <stdlib.h>