Home
last modified time | relevance | path

Searched defs:lua_writestring (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h279 #define lua_writestring(s,l) fwrite((s), sizeof(char), (l), stdout) macro
H A Dluaconf.h860 #define lua_writestring(s,l) printf("%s", (s)) macro