DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
C and C++ compilation system

Libraries and header files

The standard libraries supplied by the C compilation system contain functions that you can use in your program to perform input/output, string handling, and other high-level operations that are not explicitly provided by the C language. Header files contain definitions and declarations that your program will need if it calls a library function. They also contain function-like macros that you can use in your program as you would a function.

``Link editing'' showed you how to link your program with these standard libraries and how to include a header file. This topic illustrates the use of header files and library functions in your program, and discusses the C++ precompiled header facility. It also describes the contents and location of some of the more important standard libraries, along with a brief discussion of standard I/O.


Next topic: Header files
Previous topic: Quick-reference guide

© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004