File diff r15139:8fe9376dd021 → r15140:17ee0814362e
src/fileio_func.h
Show inline comments
 
@@ -57,7 +57,7 @@ char *FioAppendDirectory(char *buf, size
 
char *FioGetDirectory(char *buf, size_t buflen, Subdirectory subdir);
 

	
 
void SanitizeFilename(char *filename);
 
void AppendPathSeparator(char *buf, size_t buflen);
 
bool AppendPathSeparator(char *buf, size_t buflen);
 
void DeterminePaths(const char *exe);
 
void *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize);
 
bool FileExists(const char *filename);