1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2025-05-21 23:21:15 +02:00

chore: prefix all #define for includes with LIBCPROJECT

This commit is contained in:
2023-06-25 15:14:06 +02:00
parent 5f60abc759
commit 682997c0a5
12 changed files with 24 additions and 24 deletions

View File

@ -1,5 +1,5 @@
#ifndef __CHARACTER__
#define __CHARACTER__
#ifndef __LIBCPROJECT_CHARACTER__
#define __LIBCPROJECT_CHARACTER__
#include <stdbool.h>
#include <stdlib.h>