On Tue, Jun 24, 2003 at 07:52:44PM +0800, Peter N Lewis wrote:
In Metrowerks Pascal, there is a compiler "variable" that has the name of the source file (SrcFile, String) and the current line number (SrcLine, Integer), which can be quite useful for debugging.
Is there an equivalent in GPC?
GPC preprocessor provides magic "macros" __FILE__ and __LINE__.
Emil
Thanks, Peter.
-- http://www.interarchy.com/ http://documentation.interarchy.com/