te
Copyright 1989 AT&T Copyright (c) 1997, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
NL_TYPES.H 3HEAD "Jul 3, 1990"
NAME
nl_types.h, nl_types - native language data types
SYNOPSIS

#include <nl_types.h>
DESCRIPTION

This header contains the following definitions: nl_catd

Used by the message catalog functions catopen, catgets and catclose to identify a catalog.

nl_item

Used by nl_langinfo to identify items of langinfo data. Values for objects of type nl_item are defined in <langinfo.h>.

NL_SETD

Used by gencat when no $set directive is specified in a message text source file. This constant can be used in subsequent calls to catgets as the value of the set identifier parameter.

NL_MGSMAX

Maximum number of messages per set.

NL_SETMAX

Maximum number of sets per catalog.

NL_TEXTMAX

Maximum size of a message.

SEE ALSO

gencat (1), catgets (3C), catopen (3C), nl_langinfo (3C), langinfo.h (3HEAD)