- Subject: [slang-users] Creating nested structures
- From: Laurent Perez <laurent.perez@xxxxxxxxxx>
- Date: Fri, 5 Sep 2008 16:21:39 +0200
Hello all ;
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 ?
Thanks for your help.
Laurent.
[2008 date index]
[2008 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]