Searched defs:lua_writestring (Results 1 – 2 of 2) sorted by relevance
279 #define lua_writestring(s,l) fwrite((s), sizeof(char), (l), stdout) macro
860 #define lua_writestring(s,l) printf("%s", (s)) macro