#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 | |
| IFILE * | ifopen (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 isxdigit | ( | c | ) | (((c) >= '0' && (c) <= '9') || ((c) >= 'A' && (c) <= 'F')) |
| #define SS $_CONFIG_SYNTAX 9564 |
| 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 | ) |
| int ifile_detail |
| short ifile_iosb[4] |
| int ifile_operation |
| int ifile_status |