GRASS Programmer's Manual  6.4.2(2012)
Bitmap.c
Go to the documentation of this file.
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 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines