Squashed 'lib/advanced_C_standard_liberary/' changes from 7f81bd3..68f0bb5
68f0bb5 exclude main.c git-subtree-dir: lib/advanced_C_standard_liberary git-subtree-split: 68f0bb51db9829ef16e07f01ed52dd6ac5b3aec3
This commit is contained in:
13
src/main.c
13
src/main.c
@ -1,13 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include "array.h"
|
||||
#include <stddef.h>
|
||||
#include "file.h"
|
||||
#include <stdbool.h>
|
||||
int main() {
|
||||
bool sucess;
|
||||
char *content = acl_ReadFileString("LICENSE", &sucess);
|
||||
if(sucess) {
|
||||
printf("%s", content);
|
||||
}
|
||||
else printf("Erorror\n");
|
||||
}
|
||||
Reference in New Issue
Block a user