SEC15_FILE.hss 417 B

12345678910
  1. [Main]
  2. Title=__FILE__
  3. [Top]
  4. This macro expands to the name of the current input file, in the form of
  5. a C string constant. This is the path by which the preprocessor opened
  6. the file, not the short name specified in <CODE><A HREF="$$LINK(SEC6)">#include</A></CODE> or as the
  7. input file name argument. For example,
  8. <CODE>&quot;/usr/local/include/myheader.h&quot;</CODE> is a possible expansion of this
  9. macro.