𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

The C Library Reference Guide

✍ Scribed by Huss E.


Tongue
English
Leaves
121
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


1997, -121 pp.

Welcome to the C Library Reference Guide. This guide provides a useful look at the standard C programming language. In no way does this guide attempt to teach one how to program in C, nor will it attempt to provide the history of C or the various implementations of it. It is merely a handy reference to the standard C library. This guide is not a definitive look at the entire ANSI C standard. Some outdated information has been left out. It is simply a quick reference to the functions and syntax of the language. All efforts have been taken to make sure the information contained herein is correct, but no guarantees are made. Nearly all of the information was obtained from the official ANSI C Standard published in 1989 in the document ANSI X3.159-1989. The associated International Organization for Standardization document, ISO 9899-1990, is a near duplicate of the ANSI standard.
This guide is divided into two sections. The first part, "Language", is an analysis of the syntax and the environment. The second part, "Library", is a list of the functions available in the standard C library. These parts were designed to insure conformity among various implementations of the C language. Not all information from the ANSI standard is contained in this guide. Additional reference may be made to the actual ANSI publication.
Part 1 Language
Identifiers
Functions
References
Operators
Statements
Preprocessing Directives
Part 2 Library
assert.h
ctype.h
errno.h
float.h
imits.h
ocale.h
math.h
setjmp.h
signal.h
stdarg.h
stddef.h
stdio.h
stdlib.h
string.h
time.h
Appendix A ASCII Chart

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;C / C++


πŸ“œ SIMILAR VOLUMES


Stl Tutorial & Reference Guide: C++ Prog
✍ David R.; Saini, Atul Musser πŸ“‚ Library πŸ“… 2001 πŸ› Addison-Wesley Professional 🌐 English

In 1968 Doug McIlroy presented his famous paper, "Mass Produced Software Components" (Ref. 6). Now, more than a quarter of a century later, we still have not fully realized his vision of standard libraries of reusable components (which today are also known as "software building blocks" or "software

C++ Library Reference
✍ Plauger P.J. πŸ“‚ Library 🌐 English

N/A, 2015. β€” 3326 p. β€” ASIN: B0125PZ74Q<div class="bb-sep"></div>A complete reference to all Standard C++ Library headers, from C++1998 to C++2014, with thousands of hot links, by a leading expert in C and C++ standardization.<br/>Originally published by ANSI in 1989 (C89), the C Standard was adopte

STL Tutorial and Reference Guide C++ Pr
✍ Musser D.R. πŸ“‚ Library πŸ“… 2001 πŸ› Addison-Wesley Professional 🌐 English

The STL Tutorial and Reference Guide is highly acclaimed as the most accessible, comprehensive, and practical introduction to the Standard Template Library (STL). Encompassing a set of C++ generic data structures and algorithms, STL provides reusable, interchangeable components adaptable to many dif

STL Tutorial and Reference Guide: C++ Pr
✍ David R. Musser; Gillmer J. Derge; Atul Saini πŸ“‚ Library πŸ“… 2001 🌐 English

The second edition is clearer and adds more examples on how to use STL in a practical environment. Moreover, it is more concerned with performance and tools for its measurement. Both changes are very welcome. --Lawrence Rauchwerger, Texas A&amp;M UniversitySo many algorithms, so little time! The gen