函数 setvbuf()第二个参数类型为什么是char * 而不是 void *?
int setvbuf(FILE *stream,char *buf,int type,unsigned size)
第二个参数类型为什么是char * 而不是 void * ?
----------------------------------------------------------
[此贴子已经被作者于2017-3-2 08:30编辑过]
int setvbuf(FILE *stream,char *buf,int type,unsigned size)
[此贴子已经被作者于2017-3-2 08:30编辑过]