__LLIINNEE__ -- Manifest Constant

Current line within a source file

__LLIINNEE__ is a preprocessor constant  that is defined by the C preprocessor.
It represents  the current line within the source  file.  The ANSI standard
defines the  current line as  being the number of  newline characters read,
plus one.

__LLIINNEE__  may not  be  the subject  of  a #ddeeffiinnee  or #uunnddeeff  preprocessing
directive.

_E_x_a_m_p_l_e
For an example of how to use __LLIINNEE__ in a program, see __DDAATTEE__.

_S_e_e _A_l_s_o
__DDAATTEE__, __FFIILLEE__, __SSTTDDCC__, __TTIIMMEE__, mmaaccrroo
ANSI Standard, section 6.8.8
