POSIX: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: '''POSIX''' or "Portable Operating System Interface" is the collective name of a family of related standards specified by the IEEE to define the application programming interface (API) for...)
 
m (Added wiki link)
Line 1: Line 1:
'''POSIX''' or "Portable Operating System Interface" is the collective name of a family of related standards specified by the IEEE to define the application programming interface (API) for software compatible with variants of the [[UNIX|Unix operating system]].
'''POSIX''' or "Portable Operating System Interface" is the collective name of a family of related standards specified by the IEEE to define the application programming interface (API) for software compatible with variants of the [[UNIX|Unix operating system]]. More information found on [http://en.wikipedia.org/wiki/Posix the wiki].

Revision as of 18:13, 21 January 2008

POSIX or "Portable Operating System Interface" is the collective name of a family of related standards specified by the IEEE to define the application programming interface (API) for software compatible with variants of the Unix operating system. More information found on the wiki.