Go to the first, previous, next, last section, table of contents.


C names for TOM types

The following table lists the C type to use for which TOM types.

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.


Go to the first, previous, next, last section, table of contents.