본문 바로가기
3. 개발 관련/정리 :: issue 와 resovle

debug printf message based on C99

by kyuho.choi 2014. 5. 29.
728x90
반응형

Apply below definition/function in every where need tracking. ;)


#define dprintf() printf("%s,  %d \n",__func__, __LINE__);

dprintf();

728x90
반응형

댓글