2011年12月15日木曜日

デバッグ文

#define dprintf(s,...) printf("%s:%d:%s " s, __FILE__, __LINE__,__func__,__VA_ARGS__)

dprintf("check value=%d\n",cv);