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