Initializes the API.
None (returns immediately)
aw_init must be called before any other functions in the API.
build specifies the API build number you are coding for. The constant AW_BUILD has the current build number of the API you are using.
int rc;
if (rc = aw_init (AW_BUILD))
printf ("Unable to initialize the API (reason %d)\n", rc);
aw_term