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

Function io_pclose

extlibs/lua/src/liolib.c:271–274  ·  view source on GitHub ↗

** function to close 'popen' files */

Source from the content-addressed store, hash-verified

269** function to close 'popen' files
270*/
271static int io_pclose (lua_State *L) {
272 LStream *p = tolstream(L);
273 return luaL_execresult(L, l_pclose(L, p->f));
274}
275
276
277static int io_popen (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaL_execresultFunction · 0.70

Tested by

no test coverage detected