This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:void *(*file_readfile3)(FILE *f,char *data);
int (*file_writefile2)(FILE *f,void *data,unsigned int length);
int (*file_writefile3)(int f,void *data,unsigned int length);
bool (*file_copyfile3)(FILE *targetfile,FILE *sourcefile);
bool (*file_copyfile4)(int targetfile,int sourcefile);
FILE *(*file_openfile1)(const T * filename);
FILE *(*file_openfile2)(const T * filename,const T * mode);
FILE *(*file_openfile3)(const T * path,const T * filename,const T * mode);
void *(*file_readfile1)(const T * filename,unsigned int *length);
void *(*file_readfile2)(const T * filename,char *data);
bool (*file_writefile1)(const T * filename,void *data,unsigned int length);
bool (*file_appendfile)(const T * filename,void *data,unsigned int length);
T *(*file_write_newfile)(const T * filename,void *data,unsigned int length);
bool (*file_remove)(const T * filename);
bool (*file_remove_clean)(const T * filename);
bool (*file_testfile)(const T * path);
bool (*file_testfile_open)(const T * path);
bool (*file_rwfile)(const T * filename,unsigned int rep,bool dodelete);
bool (*file_compare)(const T * path_a,const T * path_b);
time_t (*file_get_time_write)(const T * filename);
unsigned long int (*file_get_size)(const T * filename);
bool (*file_copyfile1)(const T * targetpath,const T * sourcepath);
bool (*file_copyfile2)(const T * targetpath,const T * sourcepath,const T * filename);
bool (*file_copyfile5)(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool (*file_copyfile6)(const T * targetpath,const T * sourcepath,const T * filename,CondCopyControl< T > *ccc);
size_t (*file_copyfile7)(FILE *targetfile,FILE *sourcefile,CondCopyControl< T > *ccc);
size_t (*file_copyfile8)(int targetfile,int sourcefile,CondCopyControl< T > *ccc);
void *file_readfile3(FILE *f,char *data);
int file_writefile2(FILE *f,void *data,unsigned int length);
int file_writefile3(int f,void *data,unsigned int length);
bool file_copyfile3(FILE *targetfile,FILE *sourcefile);
bool file_copyfile4(int targetfile,int sourcefile);
FILE *file_openfile1(const T * filename);
FILE *file_openfile2(const T * filename,const T * mode);
FILE *file_openfile3(const T * path,const T * filename,const T * mode);
void *file_readfile1(const T * filename,unsigned int *length);
void *file_readfile2(const T * filename,char *data);
bool file_writefile1(const T * filename,void *data,unsigned int length);
bool file_appendfile(const T * filename,void *data,unsigned int length);
T *file_write_newfile(const T * filename,void *data,unsigned int length);
bool file_remove(const T * filename);
bool file_remove_clean(const T * filename);
bool file_testfile(const T * path);
bool file_testfile_open(const T * path);
bool file_rwfile(const T * filename,unsigned int rep,bool dodelete);
bool file_compare(const T * path_a,const T * path_b);
time_t file_get_time_write(const T * filename);
unsigned long int file_get_size(const T * filename);
bool file_copyfile1(const T * targetpath,const T * sourcepath);
bool file_copyfile2(const T * targetpath,const T * sourcepath,const T * filename);
bool file_copyfile5(const T * targetpath,const T * sourcepath,CondCopyControl< T > *ccc);
bool file_copyfile6(const T * targetpath,const T * sourcepath,const T * filename,CondCopyControl< T > *ccc);
size_t file_copyfile7(FILE *targetfile,FILE *sourcefile,CondCopyControl< T > *ccc);
size_t file_copyfile8(int targetfile,int sourcefile,CondCopyControl< T > *ccc);