|
navit
0.5.3-trunk
|
#include <stdio.h>#include <string.h>#include <malloc.h>#include <unistd.h>#include "item.h"#include "gar2navit.h"Macros | |
| #define | dlog(x, y...) fprintf(stderr, ## y) |
Functions | |
| static void | print_header (FILE *fp) |
| static int | load_types_file (char *file, char *out) |
| int | main (int argc, char **argv) |
| #define dlog | ( | x, | |
| y... | |||
| ) | fprintf(stderr, ## y) |
|
static |
References dlog, print_header(), and type.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References argc, argv, and load_types_file().
|
static |
Referenced by load_types_file().