(root)/
gawk-5.2.2/
test/
apiterm.awk
@load "filefuncs"

{
	print $1
	# check whether API terminates field strings properly
	print chdir($1)
	print ERRNO
}