Provided by: allegro4-doc_4.4.3.1-4.1build3_all bug

NAME

       bmp_unwrite_line - Direct access bank switching line release. Allegro game programming library.

SYNOPSIS

       #include <allegro.h>

       void bmp_unwrite_line(BITMAP *bmp);

DESCRIPTION

       Releases  the bitmap memory after you are finished with it. You only need to call this once at the end of
       a drawing operation, even if you have called bmp_write_line() or bmp_read_line() several times before it.

SEE ALSO

       exflame(3alleg4), exlights(3alleg4)