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

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 4c6926a2b9bc
children
line wrap: on
line diff
--- a/CbC-examples/test01.c	Sun Apr 01 14:05:45 2018 +0900
+++ b/CbC-examples/test01.c	Sun Apr 08 20:55:21 2018 +0900
@@ -1,4 +1,5 @@
 #include<stdio.h>
+int test_goto2(int a,int b,int c,int d,int e,int f,int g,int h,int i,int j,int k);
 
 int test_code(void){
 	printf("\t\ttest_code: return 10\n");