aa_close(3)
close the AA-lib context.
SYNOPSIS
#include <aalib.h>
void aa_close(aa_context *c);
PARAMETERS
- aa_context *c
-
Specifies the AA-lib context to operate on.
DESCRIPTION
Uninitialize all activated drivers and frees the memory used by context
structures.