Merge commit 'fefbf7a3f45ca244ac1ad685b6628900d0fa0652' as 'lib/advanced_C_standard_liberary'

This commit is contained in:
2020-06-22 14:52:28 +02:00
10 changed files with 194 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#ifndef acl_file_h
#define acl_file_h
#include <stdbool.h>
char* acl_ReadFileString(char *filePath, bool *sucess);
#endif