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
+2 -1
View File
@@ -5,7 +5,8 @@
"stdlib.h": "c",
"errno.h": "c",
"rfid_handler.h": "c",
"fcntl.h": "c"
"fcntl.h": "c",
"file_operations.h": "c"
},
"C_Cpp.errorSquiggles": "enabled"
}