slang-users mailing list

[2008 Date Index] [2008 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] Creating nested structures


> 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]