#include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>

Go to the source code of this file.
Functions | |
| void | usage () |
| void | fatal (char *s) |
| int | main (int argc, char *argv[]) |
| void fatal | ( | char * | s | ) |
Definition at line 27 of file buildrom.c.
Referenced by main().

| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void usage | ( | void | ) |
Definition at line 20 of file buildrom.c.
Referenced by arg_error(), main(), op_show_usage(), parse_assignment(), parse_nvramtool_args(), register_op(), and sanity_check_args().

1.5.5