[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Usage: (tpl-file-line [ msg-fmt ])
Returns the file and line number of the current template macro using either
the default format, "from %s line %d", or else the format you supply.
For example, if you want to insert a "C" language file-line directive,
you would supply the format "# %2$d %1$s". With the current version of
AutoGen, it is even safe to use the formatting string, "%2$d". AutoGen
uses an argument vector version of printf: See section 8.7 Replacement for Stdio Formatting Library.
Arguments:
msg-fmt - Optional - formatting for line message