7 lines
137 B
C
7 lines
137 B
C
#ifndef _acl_file_h
|
|
#define _acl_file_h
|
|
#include <stdbool.h>
|
|
#include <stdio.h>
|
|
char* acl_ReadTextFile(FILE *file, bool *sucess);
|
|
#endif
|