|
RTEMS CPU Kit with SuperCore
4.11.2
|
#include <sys/cdefs.h>#include <sys/types.h>#include <ctype.h>#include <err.h>#include <errno.h>#include <float.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "hexdump.h"#include <getopt.h>
Macros | |
| #define | __need_getopt_newlib |
| #define | PADDING " " |
| #define | __unused __attribute((__unused__)) |
| #define | TYPE_OFFSET 7 |
Functions | |
| __FBSDID ("$FreeBSD: src/usr.bin/hexdump/odsyntax.c,v 1.17 2004/07/22 13:14:42 johan Exp $") | |
| void | oldsyntax (rtems_shell_hexdump_globals *globals, int argc, char ***argvp) |
1.8.13