1.10.10. reader_FileName()

[<<<] [>>>]

This function returns the file name of the actual line. This is the string that was used to name the file when it was opened. This can be different for different lines when the reader is called several times to resolve the "include" statements.

char *reader_FileName(void *p
);

[<<<] [>>>]