typedef <type descriptor> T
typedef int Distance;
typedef int type1[10];
typedef type1 *type2;
typedef struct { int field1;
type2 field2;
} type3;
typedef type3 type4[5];
-- Ullman
typedef <type descriptor> T
typedef int Distance;
typedef int type1[10];
typedef type1 *type2;
typedef struct { int field1;
type2 field2;
} type3;
typedef type3 type4[5];
-- Ullman
Copyright © 2009 Tips and Trick Here. Powered by Blogger..
Blogger Templates created by Deluxe Templates
0 comments:
Post a Comment