comparison CbC-examples/loto6.c @ 126:5d30d517ebed

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 5f3bba7b355c
children 24d2e7cdba67
comparison
equal deleted inserted replaced
125:2c7bdd5a49f6 126:5d30d517ebed
6 * modified by kent. 6 * modified by kent.
7 */ 7 */
8 8
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <stdlib.h> 10 #include <stdlib.h>
11 #include <string.h>
12 #include <time.h>
11 13
12 (*ret)(int, void*); 14 void (*ret)(int, void*);
13 void *env; 15 void *env;
14 16
15 17
16 __code 18 __code
17 print(int *numbers) 19 print(int *numbers)