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
|