Added C_init.
authorceriel <none@none>
Thu, 8 Jan 1987 16:19:16 +0000 (16:19 +0000)
committerceriel <none@none>
Thu, 8 Jan 1987 16:19:16 +0000 (16:19 +0000)
modules/src/em_code/e/em.c

index 172df60..963e853 100644 (file)
 
 static File *ofp = 0;
 
+C_init(w, p)
+       arith w, p;
+{
+}
+
 C_open(nm)     /* open file for readable code output   */
        char *nm;
 {