/sys$common/syshlp/helplib.hlb CC, Language topics, Predefined Macros, FILE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The __FILE__ macro evaluates to a string literal specifying the file specification of the current source file. Example: printf("file %s", __FILE__);
|