Greetings,In writing an error handler, I would like to report the line number, function, and file of an error. gcc supports this with __FILE__, __FUNCTION__, and __LINE__. Is there something similar with the PIC products 7 compilers. I searched the xc32 m..
↧