ReactOS 0.4.16-dev-13-ge2fc578
|
#include <schily/mconfig.h>
#include <schily/types.h>
#include <schily/inttypes.h>
#include <schily/stdlib.h>
Go to the source code of this file.
Macros | |
#define | STDIN_FILENO 0 |
#define | STDOUT_FILENO 1 |
#define | STDERR_FILENO 2 |
#define | R_OK 4 /* Test for Read permission */ |
#define | W_OK 2 /* Test for Write permission */ |
#define | X_OK 1 /* Test for eXecute permission */ |
#define | F_OK 0 /* Test for existence of File */ |
#define | E_OK 0 |
#define | SEEK_SET 0 /* Set file pointer to "offset" */ |
#define | SEEK_CUR 1 /* Set file pointer to current plus "offset" */ |
#define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
Functions | |
int access | __PR ((const char *, int)) |
int close | __PR ((int)) |
int dup2 | __PR ((int, int)) |
int link | __PR ((const char *, const char *)) |
int read | __PR ((int, void *, size_t)) |
int unlink | __PR ((const char *)) |
int write | __PR ((int, const void *, size_t)) |
Variables | |
char ** | environ |
|
extern |