#include <stdio.h>
#include <stdarg.h>
#include "srec.h"
Go to the source code of this file.
Functions | |
void | fatal (char *fmt,...) |
int | main (int argc, char **argv) |
the user main() |
|
Definition at line 7 of file dump.c. References exit(). Referenced by main(). |
|
the user main()
Definition at line 17 of file dump.c. References srec_t::count, srec_t::data, fatal(), srec_decode(), srec_strerror(), and srec_t::type. |