PA_IO.h

00001 #include <stdio.h>
00002 #define read_binary_mode "rb"
00003 #define write_binary_mode "w"
00004 
00005 bool PA_InitFat();
00006 long PA_GetFileSize(FILE* pFile);
00007 char* PA_ReadTextFile(char* pathname);
00008 int PA_WriteTextFile(char* pathname, char* text);

Generated on Tue Jan 30 23:00:22 2007 for PAlib by  doxygen 1.5.1-p1