ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

C library

A C library is a collection of libraries used in programming with the C programming language.

The most common C libraries are those specified by the ISO (and ANSI) C standard. The ANSI C standard library includes routines for file input and output, allocating memory, and working with common data such as mathematical functions, character stings, and time values.

Another common set of C libraries are those used for developing Unix and Unix-like systems, which provide an interface to the kernel. These functions are detailed in various standards such as POSIX and the Single UNIX Specification.

Since many programs have been written in C, there are a wide variety of other libraries available. Libraries are often written in C because C generates fast object code; programmers then create interfaces to the library so that the routines can be used from higher-level languages like Java, Perl, and Python.





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "C library".