History of FileName

2008-11-18
13:31 UTC Revision 1 . . . . pgasthe file name is stored in the built-in variable FILENAME: {{{ awk '/^#include/ {print FILENAME,$2}' *.c *.h }}} (minor)