# | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
---|---|---|
12 | */ | |
13 | ||
14 | #include <stdlib.h> | |
15 | – | #include <stdio.h> |
16 | – | #include <string.h> |
15 | #include <math.h> | |
16 | ||
17 | #include "rtio.h" | |
# | Line 137 | Line 135 | char *argv[]; | |
135 | ||
136 | fputs("# ", stdout); | |
137 | printargs(argc, argv, stdout); | |
138 | < | eclock = 0; |
138 | > | eclock = 1; |
139 | ||
140 | lastnz = lastnr = 0.0; | |
141 | t = 0.0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |