Added C_init

This commit is contained in:
ceriel 1987-01-08 16:20:59 +00:00
parent 0a8436a862
commit 6f5afaa410

View file

@ -42,6 +42,11 @@ putbyte(b)
#define putbyte(c) Xputbyte(c) #define putbyte(c) Xputbyte(c)
C_init(w, p)
arith w, p;
{
}
C_open(nm) /* open file for compact code output */ C_open(nm) /* open file for compact code output */
char *nm; char *nm;
{ {