#include <stdio.h>#include <stdlib.h>#include "loc_incl.h"#include <sys/stat.h>Go to the source code of this file.
Defines | |
| #define | PMODE 0666 |
| #define | O_RDONLY 0 |
| #define | O_WRONLY 1 |
| #define | O_RDWR 2 |
| #define | O_CREAT 0x010 |
| #define | O_TRUNC 0x020 |
| #define | O_APPEND 0x040 |
Functions | |
| int | _open (const char *path, int flags) |
| int | _creat (const char *path, _mnx_Mode_t mode) |
| int | _close (int d) |
| FILE * | freopen (const char *name, const char *mode, FILE *stream) |
| int _close | ( | int | d | ) |
| int _creat | ( | const char * | path, | |
| _mnx_Mode_t | mode | |||
| ) |
| int _open | ( | const char * | path, | |
| int | flags | |||
| ) |
1.5.8