- Subject: [slang-users] Complex structures (again)
- From: Jeremy Cowgar <jc@xxxxxxxxxx>
- Date: Tue, 06 Jan 2004 06:36:23 -0500
Can someone help me make something like this available to my SLang code?
typedef struct {
char *fname;
char *lname;
} Name_Type;
typedef struct {
Name_Type name;
int age;
} Person_Type;
I can make the Name_Type available no problem, but making the
Person_Type poses some difficulties for me that I have not yet been able
to figure out.
Thanks,
Jeremy
_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html
[2004 date index]
[2004 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]