mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-08 22:31:31 +01:00
chore: prefix all #define for includes with LIBCPROJECT
This commit is contained in:
parent
5f60abc759
commit
682997c0a5
@ -1,5 +1,5 @@
|
||||
#ifndef __ARRAY_LIST__
|
||||
#define __ARRAY_LIST__
|
||||
#ifndef __LIBCPROJECT_ARRAY_LIST__
|
||||
#define __LIBCPROJECT_ARRAY_LIST__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __CHARACTER__
|
||||
#define __CHARACTER__
|
||||
#ifndef __LIBCPROJECT_CHARACTER__
|
||||
#define __LIBCPROJECT_CHARACTER__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __CONVERT__
|
||||
#define __CONVERT__
|
||||
#ifndef __LIBCPROJECT_CONVERT__
|
||||
#define __LIBCPROJECT_CONVERT__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __DICTIONARY__
|
||||
#define __DICTIONARY__
|
||||
#ifndef __LIBCPROJECT_DICTIONARY__
|
||||
#define __LIBCPROJECT_DICTIONARY__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __FILESYSTEM__
|
||||
#define __FILESYSTEM__
|
||||
#ifndef __LIBCPROJECT_FILESYSTEM__
|
||||
#define __LIBCPROJECT_FILESYSTEM__
|
||||
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __LINKED_LIST__
|
||||
#define __LINKED_LIST__
|
||||
#ifndef __LIBCPROJECT_LINKED_LIST__
|
||||
#define __LIBCPROJECT_LINKED_LIST__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __MATHEMATICS__
|
||||
#define __MATHEMATICS__
|
||||
#ifndef __LIBCPROJECT_MATHEMATICS__
|
||||
#define __LIBCPROJECT_MATHEMATICS__
|
||||
|
||||
#define MATHEMATICS_FLOAT_PRECISION 0.00000001
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __QUEUE__
|
||||
#define __QUEUE__
|
||||
#ifndef __LIBCPROJECT_QUEUE__
|
||||
#define __LIBCPROJECT_QUEUE__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __STACK__
|
||||
#define __STACK__
|
||||
#ifndef __LIBCPROJECT_STACK__
|
||||
#define __LIBCPROJECT_STACK__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __STRING__
|
||||
#define __STRING__
|
||||
#ifndef __LIBCPROJECT_STRING__
|
||||
#define __LIBCPROJECT_STRING__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __TERMINAL__
|
||||
#define __TERMINAL__
|
||||
#ifndef __LIBCPROJECT_TERMINAL__
|
||||
#define __LIBCPROJECT_TERMINAL__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __TYPES__
|
||||
#define __TYPES__
|
||||
#ifndef __LIBCPROJECT_TYPES__
|
||||
#define __LIBCPROJECT_TYPES__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user