Normal view MARC view ISBD view

The Standard C library / P.J. Plauger

By: Plauger, P. J, 1944-.
Publisher: Englewood Cliffs, N.J. : Prentice Hall PTR, c1992Description: xiv, 498 p. : ill. ; 24 cm.ISBN: 0131315099.Subject(s): C (Computer program language)DDC classification: 005.133
Contents:
Preface. The Code. Acknowledgments. - Ch. 0. Introduction. - Ch.1. <assert.h>. - Ch. 2. <ctype.h>. - Ch.3. <errno.h>. - Ch. 4. <float.h>. - Ch. 5. <limits.h>. - Ch. 6. <locale.h>. - Ch. 7. <math.h>. - Ch.8. <setjmp.h>. - Ch. 9. <signal.h>. - Ch. 10. <stdarg.h>. - Ch.11. <stddef.h>. - Ch. 12. <stdio.h>. - Ch. 13. <stdlib.h>. - Ch. 14. <string.h>. - Ch. 15. <time.h>. - Appendix A : Interfaces. - Appendix B : Names. - Appendix C : Terms. - Index.
Summary: "The Standard C Library shows you how to use all of the library functions mandated by the ANSI and ISO Standards for the programming language C. To help you understand how to use the library, this book also shows you how to implement it. You see approximately 9,000 lines of tested, working code that is highly portable across diverse computer architectures. The Standard C Library explains how the library was meant to be used and how it can be used. It places particularly emphasis on features added to C as part of the C Standard. These features include support for multiple locales (cultural conventions) and very large character sets (such as Kanji). The code presented in this book has been tested with C compilers from Borland, Saber, Project Gnu, Sun, UNIX, and VAX, ULTRIX. It has passed the widely used Plum Hall Validation Suite tests for library functions. It has also survived an assortment of public-domain programmes designed to stress C implementations and illuminate their darker corners. The mathematical functions are particularly well-engineered and tested. Finally, The Standard C Library shows you how many principles of library design in general. You learn how to design and implement libraries that are highly cohesive and reusable." - Back cover
Item type Current location Shelf location Call number Copy number Status Notes Date due Barcode
Main Collection Taylor's Library-TU

Floor 3, Shelf 1 , Side 1, TierNo 3, BayNo 1

005.133 PLA (Browse shelf) 1 Available SOCIT,15010,03,AD 5000039917

Preface. The Code. Acknowledgments. - Ch. 0. Introduction. - Ch.1. <assert.h>. - Ch. 2. <ctype.h>. - Ch.3. <errno.h>. - Ch. 4. <float.h>. - Ch. 5. <limits.h>. - Ch. 6. <locale.h>. - Ch. 7. <math.h>. - Ch.8. <setjmp.h>. - Ch. 9. <signal.h>. - Ch. 10. <stdarg.h>. - Ch.11. <stddef.h>. - Ch. 12. <stdio.h>. - Ch. 13. <stdlib.h>. - Ch. 14. <string.h>. - Ch. 15. <time.h>. - Appendix A : Interfaces. - Appendix B : Names. - Appendix C : Terms. - Index.

"The Standard C Library shows you how to use all of the library functions mandated by the ANSI and ISO Standards for the programming language C. To help you understand how to use the library, this book also shows you how to implement it. You see approximately 9,000 lines of tested, working code that is highly portable across diverse computer architectures. The Standard C Library explains how the library was meant to be used and how it can be used. It places particularly emphasis on features added to C as part of the C Standard. These features include support for multiple locales (cultural conventions) and very large character sets (such as Kanji). The code presented in this book has been tested with C compilers from Borland, Saber, Project Gnu, Sun, UNIX, and VAX, ULTRIX. It has passed the widely used Plum Hall Validation Suite tests for library functions. It has also survived an assortment of public-domain programmes designed to stress C implementations and illuminate their darker corners. The mathematical functions are particularly well-engineered and tested. Finally, The Standard C Library shows you how many principles of library design in general. You learn how to design and implement libraries that are highly cohesive and reusable." - Back cover