#include "bconfig.h"#include "system.h"#include "coretypes.h"#include "tm.h"#include "rtl.h"#include "gensupport.h"#include "errors.h"

Go to the source code of this file.
Data Types | |
| type | filedep |
Functions/Subroutines | |
| static void | add_filedep (const char *pathname) |
| int | main (int argc, char **argv) |
Variables | |
| static struct filedep * | deps |
| static struct filedep ** | last = &deps |
| static void add_filedep | ( | const char * | pathname | ) | [static] |
Definition at line 36 of file genmddeps.c.
References n, filedep::next, filedep::pathname, and XNEW.
| int main | ( | int argc | , | |
| char ** | argv | |||
| ) |
Definition at line 45 of file genmddeps.c.
References add_filedep(), d, FATAL_EXIT_CODE, ferror(), fflush(), fputs(), include_callback, init_md_reader_args(), filedep::next, NULL, filedep::pathname, printf(), progname, putchar(), and SUCCESS_EXIT_CODE.
Definition at line 33 of file genmddeps.c.
1.5.6