#line (directive)
Causes the compiler to think that the line number of the
next source line is
given by <constant>, and the current input file is
given by <identifier>.
Syntax:
#line <constant> [ <identifier> ]
If <identifier> is missing, the current file name
remains unchanged.
Example:
#line 55 main.cpp;
0 comments:
Post a Comment