Copyright Digital Equipment Corp. All rights reserved.

__FILE__

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

 Example:

      printf("file %s", __FILE__);