Limit this search to....

The GNU C Library Reference Manual Version 2.26
Contributor(s): Loosemore, Sandra (Author), Stallman, Richard M. (Author), McGrath, Roland (Author)
ISBN: 1680921517     ISBN-13: 9781680921519
Publisher: 12th Media Services
OUR PRICE:   $44.07  
Product Type: Paperback - Other Formats
Published: January 2018
Qty:
Additional Information
BISAC Categories:
- Computers | Compilers
- Computers | Programming Languages - C
- Computers | Programming - Open Source
Physical Information: 2.27" H x 8.5" W x 11" (5.78 lbs) 1160 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

You can get a free PDF version of this 1156 page document at gnu.org. This document is printed in grayscale.

The C language provides no built-in facilities for performing such common operations as input/output, memory management, string manipulation, and the like. Instead, these facilities are defined in a standard library, which you compile and link with your programs.

The GNU C Library, described in this document, defines all of the library functions that are specified by the ISO C standard, as well as additional features specific to POSIX and other derivatives of the Unix operating system, and extensions specific to GNU systems.

The purpose of this manual is to explain how to use the facilities of the GNU C Library. We have mentioned which features belong to which standards to help you identify things that are potentially non-portable to other systems. But the emphasis in this manual is not on strict portability.