Re: representing structures in lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: representing structures in lua
- From: steve donovan <steve.j.donovan@...>
- Date: 2010年2月23日 18:28:05 +0200
On Tue, Feb 23, 2010 at 6:24 PM, cynthia powers <powcyn@gmail.com> wrote:
> How you write c-style structures in lua? The following does not appear to
> work: what am I missing? Any help/suggestions is appreciated.
It appears to be a valid Lua table definition. What do you mean by
'does not appear to work'?
Actual interface to structures in C? That's a tricky one in general...
steve d.