VMS Help
CC, Language topics, Predefined Macros, LINE

 *Conan The Librarian

  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__);
  Close     Help