ack/mach/sparc/ce/back.src/con_str.c

9 lines
70 B
C
Raw Permalink Normal View History

1991-09-20 18:14:05 +00:00
#include "header.h"
con_str(s,n)
char *s;
int n;
{
gen_str( s,n);
}