[BACK]Return to io.h CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

Annotation of dgamelaunch-openbsd/io.h, Revision 1.1.1.1

1.1       rubenllo    1: #ifndef __TTYREC_IO_H__
                      2: #define __TTYREC_IO_H__
                      3:
                      4: #include "ttyrec.h"
                      5:
                      6: int read_header (FILE * fp, Header * h);
                      7: int write_header (FILE * fp, Header * h);
                      8: FILE *efopen (const char *path, const char *mode);
                      9:
                     10: #endif

CVSweb