cvsuser 03/10/09 18:43:46
Added: examples/io pioctl.pasm
Log:
pioctl op sample
Revision Changes Path
1.1 parrot/examples/io/pioctl.pasm
Index: pioctl.pasm
===================================================================
# samples for using the pioctl op
# add lots of samples here
open P0, "/etc/passwd", "<"
pioctl I0, P0, 6, 0
print "Bufsize "
print I0
print "\n"
end
