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 __STRING__
#define __STRING__
#ifndef __LIBCPROJECT_STRING__
#define __LIBCPROJECT_STRING__
#include <stdbool.h>
#include <stdio.h>