Preprocessor macro of the number of the line of the source code file being compiled.
__LINE__
The compiler defines this macro as an integer value of the number of the line of the source code file that the compiler is translating. The #line directive also affects the value that this macro expands to.