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