MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / f_close

Function f_close

extlibs/lua/src/liolib.c:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209
210static int f_close (lua_State *L) {
211 tofile(L); /* make sure argument is an open stream */
212 return aux_close(L);
213}
214
215
216static int io_close (lua_State *L) {

Callers 1

io_closeFunction · 0.85

Calls 2

tofileFunction · 0.85
aux_closeFunction · 0.85

Tested by

no test coverage detected