Table 7-1 lists the C types to use for
the TOM types.
Table 7-1. C names for TOM types
C | TOM |
---|
void | void |
tom_byte | byte boolean |
tom_char | char |
tom_int | int |
tom_long | long |
tom_float | float |
tom_double | double |
void * | pointer |
selector | selector |
tom_object | any object reference |