English 中文(简体)
标签:
c
的问答
为什么取消扼杀?
原文:Why c string is freed?

Not familiar with C, please correct me on any mistakes. here s some code: void db_cstr(char* cstr, int len) { char* temp2 = cstr; cstr = (char*)malloc(len*2*sizeof(char)); // print 1 ...

热门标签