MCPcopy Create free account
hub / github.com/TASEmulators/fceux / f_write

Function f_write

src/lua/src/liolib.c:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434static int f_write (lua_State *L) {
435 return g_write(L, tofile(L), 2);
436}
437
438
439static int f_seek (lua_State *L) {

Callers

nothing calls this directly

Calls 2

g_writeFunction · 0.85
tofileFunction · 0.85

Tested by

no test coverage detected