Squashed 'lib/advanced_C_standard_liberary/' changes from cea7d71..cf9856d
cf9856d fixed file.h git-subtree-dir: lib/advanced_C_standard_liberary git-subtree-split: cf9856d0614a5a4ac4b27c1f5b615a9fb0fb4d0e
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#ifndef acl_file_h
|
#ifndef acl_file_h
|
||||||
#define acl_file_h
|
#define acl_file_h
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
char* acl_ReadTextFile(char *filePath, bool *sucess);
|
char* acl_ReadTextFile(const char *filePath, bool *sucess);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user