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

File: [contributed] / dgamelaunch-openbsd / io.h (download)

Revision 1.1, Tue Mar 9 14:36:01 2021 UTC (3 years, 1 month ago) by rubenllorente
Branch point for: MAIN

Initial revision

#ifndef __TTYREC_IO_H__
#define __TTYREC_IO_H__

#include "ttyrec.h"

int read_header (FILE * fp, Header * h);
int write_header (FILE * fp, Header * h);
FILE *efopen (const char *path, const char *mode);

#endif