| 243 | |
| 244 | |
| 245 | typedef 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 |
nothing calls this directly
no outgoing calls
no test coverage detected