# | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
---|---|---|
11 | */ | |
12 | ||
13 | #define _USE_MATH_DEFINES | |
14 | – | #include <stdio.h> |
15 | – | #include <string.h> |
14 | #include <stdlib.h> | |
15 | #include "rtmath.h" | |
16 | #include "rtio.h" | |
# | Line 71 | Line 69 | main(int argc, char *argv[]) | |
69 | progname = argv[0]; | |
70 | while (argc > 2 && argv[1][0] == '-') { | |
71 | switch (argv[1][1]) { | |
72 | < | case 'u': /* unbuffered output */\ |
72 | > | case 'u': /* unbuffered output */ |
73 | unbuffered = 1; | |
74 | break; | |
75 | case 'c': /* color output */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |