GRASS Programmer's Manual  6.4.2(2012)
driver/Respond.c
Go to the documentation of this file.
00001 
00002 #include "driver.h"
00003 #include "driverlib.h"
00004 
00005 void COM_Respond(void)
00006 {
00007     if (driver->Respond)
00008         (*driver->Respond) ();
00009 }
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines