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

fix example
author mir3636
date Sun, 08 Apr 2018 20:55:21 +0900
parents f9b1a53df341
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*, ...);
2 #define dprint(f, args...) \ 3 #define dprint(f, args...) \
3 printf("in %s: "f, __FUNCTION__, ## args) 4 printf("in %s: "f, __FUNCTION__, ## args)
4 5
5 __code caller (int a); 6 __code caller (int a);
6 void f01 (int a); 7 void f01 (int a);