#include <stddef.h>#include <float.h>#include <stdarg.h>#include <stdio.h>#include <sys/types.h>#include <errno.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include <limits.h>#include <time.h>#include "filenames.h"


Go to the source code of this file.
Defines | |
| #define | HAVE_DECL_GETOPT 1 |
| #define | _GNU_SOURCE 1 |
| #define | NULL 0 |
| #define | alloca(x) __builtin_alloca(x) |
| #define | gcc_assert(EXPR) ((void)(0 && (EXPR))) |
| #define | gcc_unreachable() (abort ()) |
Variables | |
| int | errno |
| int errno |
1.5.6