| <assert.h> | Defines the assert() macro.
 | HP C/iX Library Reference Manual | 
| <ctype.h> | Declares macros and functions useful for testing and mapping characters.
 | HP C/iX Library Reference Manual | 
| <dirent.h> | Declares functions and data structures used for managing directories.
 | This chapter
 | 
| <errno.h> | Declares error variables and defines macros useful for obtaining a more detailed description of a library function error.
 | This chapter
 | 
| <fcntl.h> | Defines the creat(), fcntl(), and open() functions as well as macros used by these functions.
 | This chapter
 | 
| <float.h> | Defines macros that describe the floating-point
types.
 | HP C/iX Library Reference Manual | 
| <limits.h> | Defines implementation limits for POSIX/iX.
 | This chapter
 | 
| <locale.h> | Used for localization. Contains macro definitions, function, and type declarations needed to select the desired locale.
 | HP C/iX Library Reference Manual | 
| <malloc.h> |  Declares memory management functions, mallopt()
argument functions, and a structure returned by the mallinfo()
function.  Memory management functions are also declared in <stdlib.h>.
 | HP C/iX Library Reference Manual | 
| <math.h> | Contains declarations for the POSIX/iX math library functions, as well as functions in the standard library that return floating-point values.  Also defines the structure and constants used by the matherr error-handling mechanisms.
 | HP C/iX Library Reference Manual | 
| <memory.h> | Declares several functions useful for manipulating character arrays and other objects treated as character arrays. These functions are also declared in <string.h>.
 | HP C/iX Library Reference Manual | 
| <mpe.h> | Declares several types, constants and functions that facilitate MPE operating system interface.
 | HP C/iX Library Reference Manual | 
| <search.h> | Defines the types used with the hsearch() and 
tsearch() functions.
 | HP C/iX Library Reference Manual | 
| <setjmp.h> | Declares a type and several functions for bypassing the normal function call and return discipline.
 | This chapter
 | 
| <signal.h> | Contains declaration used in dealing with conditions that may be reported during program execution.
 | This chapter
 | 
| <stdarg.h> | Provides a standard method for dealing with variable arguments.
 | HP C/iX Library Reference Manual | 
| <stddef.h> | Defines several macros and types required by ANSI C functions.
 | HP C/iX Library Reference Manual | 
| <stdio.h> | Defines a structure and several functions and macros useful for I/O.
 | This chapter
 | 
| <stdlib.h> | Declares various ANSI C general utility functions and macros.
 | HP C/iX Library Reference Manual | 
| <string.h> | Declares functions useful for manipulating character arrays and other objects treated as character arrays.
 | HP C/iX Library Reference Manual | 
| <sys/stat.h> | Declares the chmod(), fstat(), mkdir(), stat(), and umask() functions and their required data types and symbols.
 | This chapter
 | 
| <sys/times.h> | Contains the definition of the struct tms.
 | HP C/iX Library Reference Manual | 
| <sys/types.h> | Defines fundamental types required by POSIX.1 conforming functions.
 | This chapter
 | 
| <sys/wait.h> | Declares the wait() and waitpid() functions.
 | This chapter
 | 
| <time.h> | Declares types, global variables, and functions used for manipulating time.
 | This chapter
 | 
| <unistd.h> | Defines various miscellaneous POSIX.1 conforming macros and functions.  Some of these macros are also declared in <stdarg.h>.
 | This chapter
 | 
| <values.h> |  Contains a set of manifest constants, conditionally defined for particular processor architectures.
 | HP C/iX Library Reference Manual | 
| <varargs.h> | Declares types and macros for declaring variable argument functions.  See also <stdarg.h>.
 | HP C/iX Library Reference Manual |