man mem_d (Fonctions bibliothèques) - AA-lib memory driver.

NAME

mem_d - AA-lib memory driver.

SYNOPSIS

#include <aalib.h> extern const struct aa_driver mem_d;

DESCRIPTION

Used to render ascii-art images into memory. You might use this driver to render images into memory and then use your own routines to handle them in case you want to avoid AA-lib's output mechanizms.

SEE ALSO