| # | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 10 | * cc -o ../tcurve tcurve.c tgraph.o primout.o mfio.o syscalls.o misc.o -lm | |
| 11 | */ | |
| 12 | ||
| 13 | + | #ifdef _WIN32 |
| 14 | + | #include <process.h> /* getpid() */ |
| 15 | + | #endif |
| 16 | + | |
| 17 | #include "tgraph.h" | |
| 18 | ||
| 19 | #define XLEGEND (XBEG+XSIZ+4*TSIZ) /* x start of legend */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |