cf9856d fixed file.h git-subtree-dir: lib/advanced_C_standard_liberary git-subtree-split: cf9856d0614a5a4ac4b27c1f5b615a9fb0fb4d0e
6 lines
126 B
C
6 lines
126 B
C
#ifndef acl_file_h
|
|
#define acl_file_h
|
|
#include <stdbool.h>
|
|
char* acl_ReadTextFile(const char *filePath, bool *sucess);
|
|
#endif
|