strcpy() on a string inside a struct - undefined?

前端 未结 0 936
一向
一向 2021-01-13 17:22

I have a struct defined similar to the following:

struct csv_headers {
    char field1[256];
    char field2[256];
};

And then later in my co

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