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.

RELATED TO aa_close…