Codebase list libmawk / upstream/1.0.1 src / libmawk / regression / getln_nul.awk
upstream/1.0.1

Tree @upstream/1.0.1 (Download .tar.gz)

getln_nul.awk @upstream/1.0.1raw · history · blame

1
2
3
4
BEGIN {
	res=(getline < "")
	print "getline=" res , "\"" $0 "\""
}