comparison CbC-examples/test04.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 test01(int a, double b, int *c){ 3 int test01(int a, double b, int *c){
3 return a+b- *c; 4 return a+b- *c;
4 } 5 }
5 6