Resizing an malloc'ed array

前端 未结 0 705
春和景丽
春和景丽 2021-02-01 11:02

I have the following object array:

typedef struct MyStack {
    size_t     size;      // current size of stack
    size_t     max;       // max size of stack
             


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