Cog/Frameworks/Syntrax-c/Syntrax-c/ioutil.h

6 lines
No EOL
77 B
C

enum loadErr {
ERR_OK,
ERR_MALLOC,
ERR_BADSONG,
ERR_FILEIO
};