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

9 lines
71 B
C

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