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

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents 4c6926a2b9bc
children 26042f4007d5
comparison
equal deleted inserted replaced
125:2c7bdd5a49f6 126:5d30d517ebed
1 //#include<stdio.h> 1 //#include<stdio.h>
2 extern int printf(const char*, ...);
3 extern void exit(int);
2 double test(char, char, int, double); 4 double test(char, char, int, double);
3 __code cs(int , double , char ); 5 __code cs(int , double , char );
4 void testvoid(double a); 6 void testvoid(double a);
5 int testint(double a); 7 int testint(double a);
6 8