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