LOCALE.H(4,F) AIX Technical Reference LOCALE.H(4,F) ------------------------------------------------------------------------------- locale.h PURPOSE Defines categories. SYNOPSIS #include <locale.h> DESCRIPTION This header file defines categories as macros which expand to distinct integral-constant expressions to be used as the first argument to the setlocale subroutine. Included in locale.h are the categories LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, and LC_TIME. A structure type, lconv, used by the localeconv subroutine, is also defined in locale.h. RELATED INFORMATION In this book: "setlocale," and "localeconv." Processed November 7, 1990 LOCALE.H(4,F) 1