moonbridge

annotate moonbridge_io.h @ 281:6bb191b6ead5

Make :kill(signal) accept also strings and default to signal 9 (KILL); Improved error handling of :kill(signal)
author jbe
date Thu Jun 08 01:52:18 2017 +0200 (2017-06-08)
parents 2dd0eea2f5f8
children 28aab22e68b6
rev   line source
jbe@79 1
jbe@107 2 void moonbr_io_pushhandle(lua_State *L, int fd);
jbe@100 3 void moonbr_io_closehandle(lua_State *L, int idx, int reset);
jbe@79 4 int luaopen_moonbridge_io(lua_State *L);
jbe@79 5

Impressum / About Us