| Name |
Description |
| int_t |
struct with a single int value. |
| float_t |
actually a double. |
| bool_t |
an integer, 0 false, 1 true. |
| string_t |
array of char. |
| date_t |
a be short for the year, followed by bytes: month;day;hour;minute;second |
| data_t |
byte array containing data. |
| array_t |
array of pointers, terminated by NULL. |
| d_array_t |
dynamic array, contains a pointer to an array. |
| d_struct_t |
contains a pointer to an array of names, followed
by one of values. |