GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
psdriver/Respond.c
Go to the documentation of this file.
1 
2 #include "psdriver.h"
3 
4 void PS_Respond(void)
5 {
6  fflush(outfp);
7 }