nl_types.h
Overview
Related Modules:
Description:
Defines I/O multiplexing functions related to message catalog operations.
Since:
1.0
Version:
1.0
Summary
Typedefs
| Typedef Name | Description |
|---|---|
| nl_catd | typedef void * Type of message catalog descriptor. |
Functions
| Function Name | Description |
|---|---|
| catopen (const char name, int oflag) | nl_catd Opens a message catalog and returns its descriptor. |
| catgets (nl_catd catd, int set_id, int msg_id, const char s) | char * Obtains information from a message catalog. |
| catclose (nl_catd catd) | int Closes a catalog descriptor. |
