| 115 | |
| 116 | |
| 117 | void 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 | |
| 134 | void IUTILS_msg_get(USHORT number, USHORT size, TEXT* msg, const SafeArg& args) |
no test coverage detected