User Profile
Collapse
-
Yeah, you are right. I used to have a pointer problem, I fixed it. Thanks for help. -
C - Macro problem with nested structures
I define a macro like this:
Code:#define L(p) ((p).value.len) typedef struct node { int dimension; int position; int size; union { long len; float f; } value; struct node *prev; struct node *next; } node, *np;
I have this error:
...
No activity results to display
Show More
Leave a comment: