ack/mach/sparc/ce/back.src/con_str.c
1991-09-20 18:14:05 +00:00

9 lines
70 B
C

#include "header.h"
con_str(s,n)
char *s;
int n;
{
gen_str( s,n);
}