diff CbC-examples/tmp1.c @ 126:5d30d517ebed

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 365b84b6fe04
children fe568345ddd5
line wrap: on
line diff
--- a/CbC-examples/tmp1.c	Sun Apr 01 14:05:45 2018 +0900
+++ b/CbC-examples/tmp1.c	Sun Apr 08 20:55:21 2018 +0900
@@ -5,11 +5,14 @@
 
 extern int printf(const char *,...);
 
+__code code0(int ac,char *av[],__code (*ret)());
+__code code1(int ac,char *av[],__code (*exit)(int,void*))
+
 __code (*ret)();
 void *env;
 __code exit1(int ac,void *);
 
-main0(ac,av)
+void main0(ac,av)
 int ac;
 char *av[];
 {