__LINE__

Preprocessor macro of the number of the line of the source code file being compiled.

Syntax
  __LINE__
  
  
Remarks

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.