The first argument to an function should always be an object of the type defined in the function's module, eg.,
void type_write(const type_t *, FILE *); type_t *type_read(FILE *);
void type_write(const type_t *, FILE *);
type_t *type_read(FILE *);
Go to the first, previous, next, last section, table of contents.