Revision 64
Added by markw over 11 years ago
simplefile.h | ||
---|---|---|
|
||
void file_init(struct SimpleFile * file);
|
||
|
||
char const * file_path(struct SimpleFile * file);
|
||
char const * file_name(struct SimpleFile * file);
|
||
enum SimpleFileStatus file_read(struct SimpleFile * file, void * buffer, int bytes, int * bytesread);
|
||
enum SimpleFileStatus file_seek(struct SimpleFile * file, int offsetFromStart);
|
use MCC paths (will differ per system - TODO)