6 lines
128 B
C
6 lines
128 B
C
#ifndef _acl_file_h
|
|
#define _acl_file_h
|
|
#include <stdbool.h>
|
|
char* acl_ReadTextFile(const char *filePath, bool *sucess);
|
|
#endif
|