How to write all functions in C of String Buffer?

前端 未结 0 859
时光说笑
时光说笑 2021-02-20 09:53

Here is the header file as stringBuffer:

typedef struct {
    size_t length;
    size_t numofElements;
    char *data[];
} strbuffer;

and the fun

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