> I have a c-lua-c setup, and I have a list of FILE* to pass from c world to > Lua world, back to c world. If you're not going to use the FILE* in Lua as file handles, then you can pass them as (light) userdata.