Added C_init
This commit is contained in:
parent
0a8436a862
commit
6f5afaa410
|
@ -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;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue