Initialize Formats Extension.
a0tError a0UseFormats( | void | );
| |
This function initializes the Formats extension library. It must be called before any other call of this library.
It defines all basic formats descriptors of Athapascan-0. They can be used to produce new complex formats of type map or function. The basic formats are as follows:
The programmer must pass those formats directly to any function. They are macros that expand to a pointer to a format (a0tFormat *).
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |