DOKK / manpages / debian 10 / allegro4-doc / bmp_read_line.3alleg4.en
bmp_read_line(3alleg4) Allegro manual bmp_read_line(3alleg4)

bmp_read_line - Direct access bank switching line selection for reading. Allegro game programming library.

#include <allegro.h>

unsigned long bmp_read_line(BITMAP *bmp, int line);

Selects the line of a bitmap that you are going to read from.

Returns the address of the selected line for reading.

exflame(3alleg4)

version 4.4.2 Allegro