This commit is contained in:
parent
2f68dceedd
commit
03ac6cafba
8 changed files with 219 additions and 32 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue