#include <stdio.h>
#include <io.h>
#include <fcntl.h>
Go to the source code of this file.
#define APPLINK_CLEARERR 16 |
#define APPLINK_FCLOSE 10 /* should not be used */ |
#define APPLINK_FERROR 15 |
#define APPLINK_FFLUSH 14 |
#define APPLINK_FILENO 17 /* to be used with below */ |
#define APPLINK_FOPEN 11 /* solely for completeness */ |
#define APPLINK_FPRINTF 4 |
#define APPLINK_FSETMOD 8 |
#define APPLINK_MAX 22 /* always same as last macro */ |
#define APPLINK_OPEN 18 /* formally can't be used, as flags can vary */ |
static void app_clearerr |
( |
FILE * |
fp | ) |
|
|
static |
static int app_feof |
( |
FILE * |
fp | ) |
|
|
static |
static int app_ferror |
( |
FILE * |
fp | ) |
|
|
static |
static int app_fileno |
( |
FILE * |
fp | ) |
|
|
static |
static int app_fsetmod |
( |
FILE * |
fp, |
|
|
char |
mod |
|
) |
| |
|
static |
static void* app_stderr |
( |
void |
| ) |
|
|
static |
static void* app_stdin |
( |
void |
| ) |
|
|
static |
static void* app_stdout |
( |
void |
| ) |
|
|
static |