Searched defs:lua_writestringerror (Results 1 – 2 of 2) sorted by relevance
93 #define lua_writestringerror(s, p) do { printf((s), (p)); } while (0) macro
270 #define lua_writestringerror(s,p) \ macro