Added C_init.
This commit is contained in:
parent
a26a4f7c9d
commit
0a8436a862
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
|
|
||||||
static File *ofp = 0;
|
static File *ofp = 0;
|
||||||
|
|
||||||
|
C_init(w, p)
|
||||||
|
arith w, p;
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
C_open(nm) /* open file for readable code output */
|
C_open(nm) /* open file for readable code output */
|
||||||
char *nm;
|
char *nm;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue