#pragma once #include struct stream { int fd; }; int stream_push_new(lua_State *, const int);