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


5.2.3.6 Argument Order

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 *);


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