Determines the size of each of the machine's basic types, automatically generating basic_types.h. More...
Go to the source code of this file.
Defines | |
#define | SHOWSIZE(def, type) printf("#define %s %d\n", sizeof(type)); |
Functions | |
int | main (int argc, char *argv[]) |
Determines the size of each of the machine's basic types, automatically generating basic_types.h.
Definition in file template_types.c.