[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

General Programming Concepts: Writing and Debugging Programs


List of Message Facility Subroutines

The Message Facility consists of standard defined subroutines and commands, and manufacturer value-added extensions to support externalized message catalogs. These catalogs are used by an application to retrieve and display messages, as needed. The following Message Facility subroutines get messages for an application:

catopen Opens a catalog.
catgets Gets a messages from a catalog.
catclose Closes a catalog.
strerror Maps an error number to an error-message string appropriate for the current locale.

For more information about multibyte character subroutines see National Language Support Subroutines Overview.

For more NLS subroutines see List of National Language Support Subroutines.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]