#include <stdio.h>#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <assert.h>#include "asmconv.h"#include "asm86.h"#include "languages.h"Go to the source code of this file.
Defines | |
| #define | nil 0 |
Functions | |
| void | fatal (char *label) |
| void * | allocate (void *mem, size_t size) |
| void | deallocate (void *mem) |
| char * | copystr (const char *s) |
| int | isanumber (const char *s) |
| int | main (int argc, char **argv) |
Variables | |
| int | asm_mode32 = (sizeof(int) == 4) |
| int | err_code = EXIT_SUCCESS |
| int asm_mode32 = (sizeof(int) == 4) |
1.5.8