#include <stdarg.h>#include <stdio.h>#include <sys/types.h>#include <errno.h>#include "filenames.h"#include "libiberty.h"#include "safe-ctype.h"


Go to the source code of this file.
Defines | |
| #define | NULL 0 |
| #define | fopen(PATH, MODE) fopen_unlocked(PATH,MODE) |
| #define | fdopen(FILDES, MODE) fdopen_unlocked(FILDES,MODE) |
| #define | freopen(PATH, MODE, STREAM) freopen_unlocked(PATH,MODE,STREAM) |
| #define | __NO_STRING_INLINES |
| #define | S_ISREG(m) (((m) & S_IFMT) == S_IFREG) |
| #define fdopen | ( | FILDES, | |||
| MODE | ) | fdopen_unlocked(FILDES,MODE) |
| #define freopen | ( | PATH, | |||
| MODE, | |||||
| STREAM | ) | freopen_unlocked(PATH,MODE,STREAM) |
1.5.6