# | Line 1 | Line 1 | |
---|---|---|
1 | #ifndef lint | |
2 | static const char RCSid[] = "$Id$"; | |
3 | #endif | |
4 | – | #ifndef lint |
5 | – | static char sccsid[] = "@(#)linemod.c 4.1 (Berkeley) 6/27/83"; |
6 | – | #endif |
4 | ||
5 | < | linemod(s) |
6 | < | char *s; |
5 | > | #include "local4014.h" |
6 | > | #include "lib4014.h" |
7 | > | |
8 | > | extern void |
9 | > | linemod( |
10 | > | char *s |
11 | > | ) |
12 | { | |
13 | char c; | |
14 | putch(033); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |