Browse Source

syntax

pass-iguana-arg
jl777 7 years ago
parent
commit
1c604c9e07
  1. 3
      iguana/exchanges/LP_include.h

3
iguana/exchanges/LP_include.h

@ -29,9 +29,10 @@
#ifdef FROMGUI
#define printf dontprintf
#define fprintf dontprintf
#define fprintf fdontprintf
void dontprintf(char *formatstr,...) {}
void fdontprintf(FILE *fp,char *formatstr,...) {}
#endif
#define LP_MAJOR_VERSION "0"

Loading…
Cancel
Save