#void*alloca()中不懂的 搜索结果
请看这个例子:FILE*open_err_file(char*name){char*buffer;/*allocatetemporarybufferforfilename*/buffer=(char*)alloca(strlen(name)+5);if(buffer){FILE*fp;sprintf(buffer,"%s.err",na