The Standard C library

Bibliographic Information

The Standard C library

P.J. Plauger

Prentice Hall, c1992

  • : pbk

Available at  / 46 libraries

Search this Book/Journal

Note

Includes bibliographical references and index

Description and Table of Contents

Volume

: pbk ISBN 9780131315099

Description

Prentice Hall's most important C programming title in years. A companion volume to Kernighan & Ritchie's C PROGRAMMING LANGUAGE. A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers time and money especially when working on large programming projects. The C Library is part of the ANSI (American National Standard Institute) for the C Language. This new book contains the complete code for the library. It covers elements of the library with which even the most experienced C programmers are not familiar such as internationalization (the ability to write programs that can adapt to different cultural locales, for example, using the C library, programmers can write software that manipulates large character sets such as Kanji). Structured like the Standard C Library, it contains 15 headers declaring or defining all of the names in the library. A separate chapter covers each header, including excerpts from relevant portions of the C Standard showing all codes needed to implement each portion of the library and explaining why it is necessary. The book teaches readers the concepts and design issues associated with library building. Using this book, programemrs will be less likely to re-code something that already exists in a given program. Plauger is one of the world's leading experts on C and the C Library.

Table of Contents

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.
Volume

ISBN 9780138380120

Description

This work offers a comprehensive treatment of ANSI and ISO standards for the C library. Written by the head of the ANSI committee that standardized the C library, this book is designed to accompany "The C Programming Language" by Kernighan and Ritchie. The work includes the complete code of the standard C library and the code has been compiled with C compilers from Borland, Saber, Sun UNIX and VAX UNIX. It focuses on the concepts, design issues and trade-offs associated with library building - programmers will be able to make the best use of the C library and will be less likely to recode something that already exists in a given program. Also included is practical advice on using and implementing all 15 headers of the C library, with one chapter devoted to each section of the library, and coverage of internationalization and the writing of locale-independent programs (topics with which the most experienced C programmers are often not familiar).

by "Nielsen BookData"

Details

Page Top