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
|