I\'m hiding a pointer with the typedef and I\'m trying to make an array of it. my structure is:
typedef struct s { int y; int x; int value; }