git-subtree-dir: lib/advanced_C_standard_liberary git-subtree-split: 7f81bd361e4b3ad0ce89d7052cb448cee5d32a21
6 lines
122 B
C
6 lines
122 B
C
#ifndef acl_file_h
|
|
#define acl_file_h
|
|
#include <stdbool.h>
|
|
char* acl_ReadFileString(char *filePath, bool *sucess);
|
|
#endif
|