#include <stdio.h>
#include <io.h>
#include <fcntl.h>
Go to the source code of this file.
Defines | |
#define | APPLINK_STDIN 1 |
#define | APPLINK_STDOUT 2 |
#define | APPLINK_STDERR 3 |
#define | APPLINK_FPRINTF 4 |
#define | APPLINK_FGETS 5 |
#define | APPLINK_FREAD 6 |
#define | APPLINK_FWRITE 7 |
#define | APPLINK_FSETMOD 8 |
#define | APPLINK_FEOF 9 |
#define | APPLINK_FCLOSE 10 |
#define | APPLINK_FOPEN 11 |
#define | APPLINK_FSEEK 12 |
#define | APPLINK_FTELL 13 |
#define | APPLINK_FFLUSH 14 |
#define | APPLINK_FERROR 15 |
#define | APPLINK_CLEARERR 16 |
#define | APPLINK_FILENO 17 |
#define | APPLINK_OPEN 18 |
#define | APPLINK_READ 19 |
#define | APPLINK_WRITE 20 |
#define | APPLINK_LSEEK 21 |
#define | APPLINK_CLOSE 22 |
#define | APPLINK_MAX 22 |
Functions | |
static void * | app_stdin (void) |
static void * | app_stdout (void) |
static void * | app_stderr (void) |
static int | app_feof (FILE *fp) |
static int | app_ferror (FILE *fp) |
static void | app_clearerr (FILE *fp) |
static int | app_fileno (FILE *fp) |
static int | app_fsetmod (FILE *fp, char mod) |
__declspec (dllexport) |
#define APPLINK_CLEARERR 16 |
#define APPLINK_CLOSE 22 |
#define APPLINK_FCLOSE 10 |
#define APPLINK_FEOF 9 |
#define APPLINK_FERROR 15 |
#define APPLINK_FFLUSH 14 |
#define APPLINK_FGETS 5 |
#define APPLINK_FILENO 17 |
#define APPLINK_FOPEN 11 |
#define APPLINK_FPRINTF 4 |
#define APPLINK_FREAD 6 |
#define APPLINK_FSEEK 12 |
#define APPLINK_FSETMOD 8 |
#define APPLINK_FTELL 13 |
#define APPLINK_FWRITE 7 |
#define APPLINK_LSEEK 21 |
#define APPLINK_MAX 22 |
#define APPLINK_OPEN 18 |
#define APPLINK_READ 19 |
#define APPLINK_STDERR 3 |
#define APPLINK_STDIN 1 |
#define APPLINK_STDOUT 2 |
#define APPLINK_WRITE 20 |
__declspec | ( | dllexport | ) |
Definition at line 46 of file applink.c.
References app_clearerr(), app_feof(), app_ferror(), app_fileno(), app_fsetmod(), app_stderr(), app_stdin(), app_stdout(), APPLINK_CLEARERR, APPLINK_CLOSE, APPLINK_FCLOSE, APPLINK_FEOF, APPLINK_FERROR, APPLINK_FFLUSH, APPLINK_FGETS, APPLINK_FILENO, APPLINK_FOPEN, APPLINK_FPRINTF, APPLINK_FREAD, APPLINK_FSEEK, APPLINK_FSETMOD, APPLINK_FTELL, APPLINK_FWRITE, APPLINK_LSEEK, APPLINK_MAX, APPLINK_OPEN, APPLINK_READ, APPLINK_STDERR, APPLINK_STDIN, APPLINK_STDOUT, and APPLINK_WRITE.
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] |