(root)/
gawk-5.2.2/
test/
inclib.awk
BEGIN {
	print "Include library loaded."
}

function sandwich(pfx,x,sfx) {
	return (pfx x sfx)
}