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

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 4c6926a2b9bc
children
comparison
equal deleted inserted replaced
125:2c7bdd5a49f6 126:5d30d517ebed
1 extern int printf(const char*, ...);
1 2
2 int test(int a){ 3 int test(int a){
3 printf("a = %d\n", a); 4 printf("a = %d\n", a);
4 return 10*a; 5 return 10*a;
5 } 6 }