MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / l_message

Function l_message

src/Chain/libraries/glua/lua.cpp:153–156  ·  view source on GitHub ↗

** Prints an error message, adding the program name in front of it ** (if present) */

Source from the content-addressed store, hash-verified

151** (if present)
152*/
153static void l_message(const char *pname, const char *msg) {
154 if (pname) lua_writestringerror("%s: ", pname);
155 lua_writestringerror("%s\n", msg);
156}
157
158
159/*

Callers 3

reportFunction · 0.70
l_printFunction · 0.70
main1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected