posix.occ
posix.exit
PROC posix.exit (VAL INT exit.code)
posix.getenv
PROC posix.getenv (VAL []BYTE envname, []BYTE value)
posix.system
PROC posix.system (VAL []BYTE command, INT result)
posix.read.file
PROC posix.read.file (VAL []BYTE filename,
CHAN OF POSIX.FILE.LINE out)
-
Runs concurrently with the user process giving sequential text
from the input file.
posix.read.pipe
PROC posix.read.pipe (VAL []BYTE command,
CHAN OF POSIX.FILE.LINE out)
-
Runs concurrently with the user process giving sequential text
from the input pipe.
posix.write.file
PROC posix.write.file (VAL []BYTE filename,
CHAN OF POSIX.FILE.LINE in,
CHAN OF POSIX.FILE.STATUS status,
VAL BOOL append.to.end)
-
Runs concurrently with the user process giving sequential text
to the output file.
posix.write.pipe
PROC posix.write.pipe (VAL []BYTE command,
CHAN OF POSIX.FILE.LINE in,
CHAN OF POSIX.FILE.STATUS status,
VAL BOOL append.to.end)
-
Runs concurrently with the user process giving sequential text
to the output file.
Generated by occam2html.