macros for function declartion
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#ifndef _acl_file_h
|
||||
#define _acl_file_h
|
||||
#include <stdbool.h>
|
||||
char* acl_ReadTextFile(const char *filePath, bool *sucess);
|
||||
#define acl_ReadTextFile_d char* acl_ReadTextFile(const char *filePath, bool *sucess)
|
||||
acl_ReadTextFile_d;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user