Posts by Amauri Júnior • 13 points
1 post
-
1
votes1
answer254
viewsQ: Dynamic allocation and pointers in Lua
I would like to know how I make dynamic allocation and pointer of a structure in Lua, I have the following instruction in C that I need to pass to Lua; typedef struct ilha { char name; struct ilha…