Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
C standard library
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== POSIX standard library === {{Main article|C POSIX library}} [[POSIX]], as well as [[Single Unix Specification|SUS]], specify a number of routines that should be available over and above those in the basic C standard library. The POSIX specification includes header files for, among other uses, [[POSIX Threads|multi-threading]], [[Berkeley sockets|networking]], and [[regular expression]]s. These are often implemented alongside the C standard library functionality, with varying degrees of closeness. For example, [[glibc]] implements functions such as <code>[[fork (operating system)|fork]]</code> within <code>libc.so</code>, but before [[NPTL]] was merged into glibc it constituted a separate library with its own linker flag argument. Often, this POSIX-specified functionality will be regarded as part of the library; the basic C library may be identified as the ANSI or [[International Organization for Standardization|ISO]] C library.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)