MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / newfile

Function newfile

third-party/lua-5.3.5/src/liolib.c:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240static LStream *newfile (lua_State *L) {
241 LStream *p = newprefile(L);
242 p->f = NULL;
243 p->closef = &io_fclose;
244 return p;
245}
246
247
248static void opencheck (lua_State *L, const char *fname, const char *mode) {

Callers 3

opencheckFunction · 0.70
io_openFunction · 0.70
io_tmpfileFunction · 0.70

Calls 1

newprefileFunction · 0.70

Tested by

no test coverage detected