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