GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }