The GNU C Library - Using the Library

Node: Using the Library Next: Roadmap to the Manual Prev: Standards and Portability Up: Introduction

Using the Library

This section describes some of the practical issues involved in using the GNU C library.

Header Files How to include the header files in your
programs.
Macro Definitions Some functions in the library may really
be implemented as macros.
Reserved Names The C standard reserves some names for
the library, and some for users.
Feature Test Macros How to control what names are defined.


Next: Roadmap to the Manual Up: Introduction