ifileio.h File Reference

#include <wcbdef.h>

Go to the source code of this file.

Data Structures

struct  RECORD
struct  IFILE

Defines

#define SS   $_CONFIG_SYNTAX 9564
#define BLKSIZE   512
#define isxdigit(c)   (((c) >= '0' && (c) <= '9') || ((c) >= 'A' && (c) <= 'F'))
#define IFILE_OP_OPEN   1
#define IFILE_OP_CLOSE   2
#define IFILE_OP_READ   3
#define IFILE_OP_REWIND   4
#define IFILE_IR_LDR   1
#define IFILE_IR_MEM   2
#define IFILE_IR_QIO   3

Functions

IFILEifopen (const char *filename, const char *mode)
int ifclose (IFILE *stream)
void irewind (IFILE *stream)
void ifsetcase (int n, IFILE *stream)
char * ifgets (char *s, int n, IFILE *stream)

Variables

int ifile_operation
int ifile_detail
int ifile_status
short ifile_iosb [4]


Define Documentation

#define BLKSIZE   512

Definition at line 68 of file ifileio.h.

#define IFILE_IR_LDR   1

Definition at line 123 of file ifileio.h.

#define IFILE_IR_MEM   2

Definition at line 124 of file ifileio.h.

#define IFILE_IR_QIO   3

Definition at line 125 of file ifileio.h.

#define IFILE_OP_CLOSE   2

Definition at line 119 of file ifileio.h.

#define IFILE_OP_OPEN   1

Definition at line 118 of file ifileio.h.

#define IFILE_OP_READ   3

Definition at line 120 of file ifileio.h.

#define IFILE_OP_REWIND   4

Definition at line 121 of file ifileio.h.

#define isxdigit (  )     (((c) >= '0' && (c) <= '9') || ((c) >= 'A' && (c) <= 'F'))

Definition at line 112 of file ifileio.h.

#define SS   $_CONFIG_SYNTAX 9564

Definition at line 53 of file ifileio.h.

Referenced by Poco::Debugger::enter().


Function Documentation

int ifclose ( IFILE stream  ) 

char* ifgets ( char *  s,
int  n,
IFILE stream 
)

IFILE* ifopen ( const char *  filename,
const char *  mode 
)

void ifsetcase ( int  n,
IFILE stream 
)

void irewind ( IFILE stream  ) 


Variable Documentation

short ifile_iosb[4]


SourceForge.net Logo
Project space on SourceForge.net