GRASS Programmer's Manual
6.4.2(2012)
|
00001 #include "driver.h" 00002 #include "driverlib.h" 00003 00004 void COM_Bitmap(int ncols, int nrows, int threshold, const unsigned char *buf) 00005 { 00006 DRV_draw_bitmap(ncols, nrows, threshold, buf); 00007 }