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:
@ -1,5 +1,5 @@
|
||||
#ifndef __STRING__
|
||||
#define __STRING__
|
||||
#ifndef __LIBCPROJECT_STRING__
|
||||
#define __LIBCPROJECT_STRING__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user