| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | #include <string.h> | |
| 13 | #include <math.h> | |
| 14 | #include <ctype.h> | |
| 15 | < | #ifdef _WIN32 |
| 16 | < | #include <process.h> /* getpid() */ |
| 17 | < | #else |
| 18 | < | #include <sys/types.h> |
| 19 | < | #include <unistd.h> |
| 20 | < | #endif |
| 15 | > | #include <sys/types.h> |
| 16 | ||
| 17 | < | #include "standard.h" |
| 18 | < | #include "platform.h" |
| 17 | > | #include "rtprocess.h" /* getpid() */ |
| 18 | > | #include "rtmath.h" |
| 19 | > | #include "rtio.h" |
| 20 | ||
| 21 | #define isdelim(c) (isspace(c) || (c)==',') | |
| 22 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |