- Subject: Re: [slang-users] Creating nested structures
- From: Michael Noble <mnoble@xxxxxxxxxxxxx>
- Date: Sat, 6 Sep 2008 09:15:46 -0400
> Is there a way to create an interpreter structure from a nested C
> structure ?
>
> struct first {
> int a;
> int b;
> }
>
> struct second {
> int c;
> struct first d;
> }
>
> How do I create an interpreter structure corresponding to the second C
> defined structure ?
Is the discussion at
http://mailman.jedsoft.org/pipermail/slang-users-l/2004-January/000029.html
of any help?
Good Luck,
Mike
[2008 date index]
[2008 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]