Category : C Source Code
Archive   : IMDSRC78.ZIP
Filename : FILEIO.H

 
Output of file : FILEIO.H contained in archive : IMDSRC78.ZIP
/**** FILEIO.H

Header file for FILEIO.H
Built by A. Warnock, ST Systems Corp., NASA/GSFC 5/90

****/

/* * * * External Function Prototypes * * * */

extern int OpenDisk (char *,int ,char *,int *,char *);
extern int ReadDisk (int ,unsigned char *,long ,int ,int *,char *);
extern int WriteDisk (int ,unsigned char *,long ,int ,char *);
extern int CloseDisk (int ,char *);
extern int OpenCD (char *,int ,int *,char *);
extern int ReadCD (int ,unsigned char *,long ,int ,int *,char *);
extern int CloseCD (int ,char *);
extern int InitializeCD (int *, char *);
extern int ReadBlocksCD (unsigned char *, long, int, char *);
extern int OpenFile (char *, int, char *, int *, char *);
extern int ReadBlocks (int, char *, long, int, int *, char *);
extern int WriteBlocks (int, char *, long, int, char *);
extern int CloseFile (int, char *);

/* * * * External Global Variables * * * */

extern struct FCBtype
{
char filename[80];
int handle;
} FCB[MaxOpenFiles];


  3 Responses to “Category : C Source Code
Archive   : IMDSRC78.ZIP
Filename : FILEIO.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/