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

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 365b84b6fe04
children
line wrap: on
line diff
--- a/CbC-examples/tmp4.c	Sun Apr 01 14:05:45 2018 +0900
+++ b/CbC-examples/tmp4.c	Sun Apr 08 20:55:21 2018 +0900
@@ -3,6 +3,11 @@
 
 #include "stdio.h"
 
+int main0(int ac, char *av[]);
+__code code0( int i,int j,int k, char *av[], __code (*ret)(), void *retenv);
+__code code1( int i,int j,int k, char *av[], __code (*ret)(), void *retenv);
+__code code2( int i,int j,int k, char *av[], __code (*ret)(), void *retenv);
+
 int
 main(ac,av)
 int ac;