MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / os_execute

Function os_execute

other_src/lua/src/loslib.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38static int os_execute (lua_State *L) {
39 lua_pushinteger(L, system(luaL_optstring(L, 1, NULL)));
40 return 1;
41}
42
43
44static int os_remove (lua_State *L) {

Callers

nothing calls this directly

Calls 1

lua_pushintegerFunction · 0.70

Tested by

no test coverage detected