所以我有一个char **args,但我想将所有字符串连接成一个单独char *newArgs而不使用string.h.
char **args
char *newArgs
string.h
有人知道这样做的好方法吗?
c
c ×1