[slang-users] Creating nested structures

Michael Noble mnoble at space.mit.edu
Sat Sep 6 13:15:46 UTC 2008


> 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


More information about the slang-users-l mailing list