a87fc37 acl dir to include git-subtree-dir: lib/advanced_C_standard_liberary git-subtree-split: a87fc373ba579da68d784d17431c35cf438b094f
6 lines
120 B
C
6 lines
120 B
C
#ifndef acl_file_h
|
|
#define acl_file_h
|
|
#include <stdbool.h>
|
|
char* acl_ReadTextFile(char *filePath, bool *sucess);
|
|
#endif
|