Go to the first, previous, next, last section, table of contents.

The Posix system library

The `Posix' interface gives you access to the set of OS services standardised by POSIX 1003.1b (or the IEEE Portable Operating System Interface for Computing Environments - IEEE Std. 1003.1). The interface is accessed by `import Posix' and adding `-syslib posix' on your command-line.
Go to the first, previous, next, last section, table of contents.