HomeSort by: relevance | last modified time | path
    Searched defs:lua_writestring (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/lua/dist/src/
lauxlib.h 278 #if !defined(lua_writestring)
279 #define lua_writestring(s,l) fwrite((s), sizeof(char), (l), stdout) macro
284 #define lua_writeline() (lua_writestring("\n", 1), fflush(stdout))
luaconf.h 860 #define lua_writestring(s,l) printf("%s", (s)) macro

Completed in 38 milliseconds