Codebase list libmawk / lintian-fixes/main src / example_apps / 70_c_func / test.awk
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

test.awk @lintian-fixes/mainraw · history · blame

BEGIN { print "script: BEGIN" }
END   { print "script: END: " blobb(42.434445, "oops") }