(root)/
gawk-5.2.2/
test/
mbstr1.awk
BEGIN {
	print length("\x81\x82\x83\x84")
	print index("\x81\x82\x83\x84", "\x81\x82")
}