home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnuplapi.zip / gnuplot-api-os2 / build / shim_gnuplot.c < prev   
Encoding:
C/C++ Source or Header  |  2001-03-06  |  230 b   |  15 lines

  1. #include <stdio.h>
  2.  
  3. static void
  4. croak(char *str)
  5. {
  6.    fprintf(stderr, "%s\n", str);
  7. }
  8.  
  9. #define SET_OPTIONS_FROM_STRING
  10. #define GNUPLOT_OUTLINE_STDOUT
  11. #define DONT_POLLUTE_INIT
  12. #include "Gnuplot.h"
  13.  
  14. static int dummy;
  15.