pdp10-stdio: add pdp10_fdopen() for ar

This commit is contained in:
Mikael Pettersson
2013-08-08 12:20:49 +00:00
parent 3ab6b1a8ed
commit 672bc82440
2 changed files with 41 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ struct pdp10_file;
typedef struct pdp10_file PDP10_FILE;
/* append modes are not permitted */
PDP10_FILE *pdp10_fdopen(int fd, const char *mode);
PDP10_FILE *pdp10_fopen(const char *path, const char *mode);
int pdp10_fflush(PDP10_FILE *pdp10fp);