![[Book Cover]](../covergif/ph_bkcvr.gif)
|
Standard C Library, The, 1/e
P. J. Plauger, Independant Consultant
Published July, 1991 by Prentice Hall PTR (ECS Professional)
Copyright 1992, 512 pp.
Paper
ISBN 0-13-131509-9
|
Sign up for future mailings on this subject.
See other books about:
C--Intermediate Programming-Computer Science
|

This is the first comprehensive treatment of ANSI and ISO standards
for the C Library. Written by a world renowned author on the C
programming language and the head of the ANSI committee that
standardized the C Library, this new guide contains the complete code
of the Standard C Library and includes practical advice on using all
15 headers. All C programmers will benefit from the book's focus
on the concepts, design issues, and trade-offs associated with library
building; using this book, programmers will make the best use of the C
Library and will learn to build programs with maximum portability and
reusability.
features coverage of: function use, declarations, name space
caveats, macro overrides, implementation specifics, and testing
methods.
highlights internationalization and the writing of
locale-independent programs topics with which even the most
experienced C programmers are often not familiar.
contains code which has been successfully compiled with C
compilers from Borland, Saber, SUN, UNIX, and VAX UNIX.
will prove of great interest to C programmers working in a
wide range of operating system environments.
1. Library Ground Rules.
2. The Header <assert.h>.
3. The Header <ctype.h>.
4. The Header <errno.h>.
5. The Header <float.h>.
6. The Header <limits.h>.
7. The Header <locale.h>.
8. The Header <math.h>.
9. The Header <setjmp.h>.
10. The Header <signal.h>.
11. The Header <stdarg.h>.
12. The Header <stddef.h>.
13. The Header <stdio.h>.
14. The Header <stdlib.h>.
15. The Header <string.h>.
16. The Header <time.h>.
Bibliography.
Index.
|