Language Environment message services

Language Environment provides message services to format and deliver runtime messages. The following C functions are extensions to the C runtime library:

__le_msg_write()
writes a message string to stderr.
__le_msg_get_and_write()
takes a message associated with a condition and writes it to stderr.
__le_msg_get()
retrieves, formats, and stores message data for a condition.
__le_msg_add_insert()
creates a message insert.
__le_condition_token_build()
builds a 16–byte condition token for use in retrieving messages from a Language Environment message repository.

For more information about the functions, see z/OS XL C/C++ Runtime Library Reference.