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