added newline to end of files that are read in

This commit is contained in:
herbglitch 2023-01-17 02:57:57 -07:00
parent f8d987da8e
commit 2b2e40921d
3 changed files with 42 additions and 17 deletions

View file

@ -33,4 +33,5 @@ void ARC_IO_FileToStr(ARC_String *path, ARC_String **data){
fclose(file);
ARC_String_Create(data, fileData, length);
free(fileData);
}