K
Kumaravel
Can I print the current function name in c? something like __LINE__?
for e.g
can I do
printf( " the current file is %s : function is : %s and line # is
:%d\n", __FILE__, __FUNC__, __LINE__);
thanks
kumaravel.
for e.g
can I do
printf( " the current file is %s : function is : %s and line # is
:%d\n", __FILE__, __FUNC__, __LINE__);
thanks
kumaravel.