MCPcopy Create free account
hub / github.com/danomatika/ofxLua / luaL_Stream

Class luaL_Stream

libs/lua/lauxlib.h:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244
245typedef struct luaL_Stream {
246 FILE *f; /* stream (NULL for incompletely created streams) */
247 lua_CFunction closef; /* to close stream (NULL for closed streams) */
248} luaL_Stream;
249
250/* }====================================================== */
251

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected