allocating memory to pointer of typedef

前端 未结 0 1231
臣服心动
臣服心动 2021-02-03 11:12

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;
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题