10 lines
172 B
C
10 lines
172 B
C
/* @(#)nl_types.h 1.1 92/07/30 SMI; */
|
|
|
|
/*
|
|
* NLS data types
|
|
*/
|
|
|
|
typedef int nl_catd; /* used by message catalogue */
|
|
typedef int nl_item; /* identify langinfo data */
|
|
|