MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / IUTILS_msg_get

Function IUTILS_msg_get

src/isql/iutils.cpp:117–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116
117void IUTILS_msg_get(USHORT number, TEXT* msg, const SafeArg& args)
118{
119/**************************************
120 *
121 * I U T I L S _ m s g _ g e t
122 *
123 **************************************
124 *
125 * Functional description
126 * Retrieve a message from the error file
127 *
128 **************************************/
129
130 fb_msg_format(NULL, ISQL_MSG_FAC, number, MSG_LENGTH, msg, args);
131}
132
133
134void IUTILS_msg_get(USHORT number, USHORT size, TEXT* msg, const SafeArg& args)

Callers 1

IUTILS_put_errmsgFunction · 0.85

Calls 1

fb_msg_formatFunction · 0.85

Tested by

no test coverage detected