Associate a filename with a specified logical file number. This implements the DWARF2 '.file 4 "foo.c"' assembler directive.
Synopsis
Return Value
The assigned logical file number.
Parameters
Name |
Description |
FileNo |
‐ Logical file number. |
Directory |
‐ Directory component of the file path. |
Filename |
‐ File name component of the file path. |
Checksum |
‐ Optional MD5 checksum of the source file. |
Source |
‐ Optional embedded source text. |
CUID |
‐ DWARF compile‐unit id. |
Created with MrDocs