VMS Help
CC, Language topics, Predefined Macros, FILE

 *Conan The Librarian

  The __FILE__ macro evaluates to a string literal specifying the
  file specification of the current source file.

  Example:

       printf("file %s", __FILE__);
  Close     Help