Go to the documentation of this file.
34 buf = sys.stdin.read(4)
39 sys.stdout.write(
"\n")
40 sys.stderr.write(
"Error: read {0} not 4 bytes\n".
format(len(buf)))
45 sys.stdout.write(
"{0:x}={1}".
format(i, struct.unpack(
"<I", buf)[0]))
48 sys.stdout.write(
"\n")