comparison rvinterf/ctracedec/doprnt.c @ 859:d32dff865575

ctracedec compiles
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 02 May 2015 08:21:21 +0000
parents 4c6e7ada647b
children
comparison
equal deleted inserted replaced
858:4c6e7ada647b 859:d32dff865575
6 * from 4.3BSD-Tahoe. 6 * from 4.3BSD-Tahoe.
7 */ 7 */
8 8
9 #include <sys/types.h> 9 #include <sys/types.h>
10 #include <ctype.h> 10 #include <ctype.h>
11 #include <string.h>
12 #include <strings.h>
11 13
12 static void 14 static void
13 safe_out_char(c, pp) 15 safe_out_char(c, pp)
14 int c; 16 int c;
15 char **pp; 17 char **pp;