chore: prefix all #define for includes with LIBCPROJECT

This commit is contained in:
2023-06-25 20:09:07 +02:00
parent 5f60abc759
commit 682997c0a5
12 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#ifndef __CHARACTER__
#define __CHARACTER__
#ifndef __LIBCPROJECT_CHARACTER__
#define __LIBCPROJECT_CHARACTER__
#include <stdbool.h>
#include <stdlib.h>