Macros | |
#define | P(t, o) ((t *)((char *)progs + progs->o)) |
#define | P(t, o) ((t *)((char *)sym + sym->o)) |
Typedefs | |
typedef struct ext_lang_s | ext_lang_t |
Enumerations | |
enum | lang_t { lang_object, lang_ruamoko, lang_pascal } |
Functions | |
int | main (int argc, char **argv) |
const char * | strip_path (const char *filename) |
Variables | |
options_t | options |
pr_info_t | pr |
const char * | progs_src |
const char * | sourcedir |
#define P | ( | t, | |
o | |||
) | ((t *)((char *)progs + progs->o)) |
#define P | ( | t, | |
o | |||
) | ((t *)((char *)sym + sym->o)) |
typedef struct ext_lang_s ext_lang_t |
enum lang_t |
const char* progs_src |
const char* sourcedir |