Category:POSIX: Difference between revisions

Point the POSIX link to the registration page.
(Explain what is in this category. List a few examples of POSIX functions and commands.)
(Point the POSIX link to the registration page.)
Line 1:
{{library}}'''POSIX''' or "Portable Operating System Interface" is a standard for systems that resemble [[Unix]]. The current version, [http://pubswww.opengroupunix.org/onlinepubs/9699919799single_unix_specification/ POSIX.1-2008], is a project of both the [[IEEE]] and the Open Group. More information is at [http://en.wikipedia.org/wiki/POSIX Wikipedia].
 
* POSIX defines an [[API]] for [[C]] programs, with functions such as <tt>fork()</tt>, <tt>opendir()</tt>, <tt>pthread_create()</tt>, <tt>regcomp()</tt>, <tt>wait()</tt> and <tt>unlink()</tt>.
Anonymous user