Category:POSIX: Difference between revisions

From Rosetta Code
Content added Content deleted
(Moved text from POSIX page)
m (Added intrawiki links)
Line 1: Line 1:
{{library}}'''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 [[UNIX]]. More information found on [http://en.wikipedia.org/wiki/Posix the wiki].
{{library}}'''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 [[UNIX]]. More information found on [http://en.wikipedia.org/wiki/Posix the wiki].

Revision as of 16:08, 27 February 2008

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

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 UNIX. More information found on the wiki.