huge redesign
This commit is contained in:
parent
46e26e41e5
commit
85d0bad350
4 changed files with 66 additions and 81 deletions
|
|
@ -8,8 +8,8 @@
|
|||
void ARC_IO_FileToStr(ARC_String *path, ARC_String **data){
|
||||
FILE *file = fopen(path->data, "rb");
|
||||
if(!file){
|
||||
return;
|
||||
arc_errno = ARC_ERRNO_NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
fseek(file, 0L, SEEK_END);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue