Project

General

Profile

« Previous | Next » 

Revision 64

Added by markw over 11 years ago

use MCC paths (will differ per system - TODO)

View differences:

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);

Also available in: Unified diff