This commit is contained in:
Paul 2000-12-11 22:18:54 +00:00
parent 2f68dceedd
commit 03ac6cafba
8 changed files with 219 additions and 32 deletions

View file

@ -21,6 +21,9 @@
/* Std Lib
------- */
#include <stdio.h>
/*----------------------------------------------------------------------
Tyepdefs && Defines
------------------- */
@ -37,6 +40,11 @@
Functions
--------- */
extern int openPFile(char *_filename);
extern int closePFile();
extern FILE *getPFileFh();
/*---------------------------------------------------------------------- */
#endif /* __PFILE_H__ */