Copyright Digital Equipment Corp. All rights reserved.

__LINE__

 The __LINE__ macro evaluates to a decimal constant specifying the
 number of the line in the source file containing the macro
 reference.

 Example:

      printf("At line %d in file %s", __LINE__, __FILE__);