而若要將pointer 所指向的整塊memory 都設定為0,就要自己記錄memory size: buf_size*=sizeof(char);. char *ptr = malloc( buf_size); memset(ptr, 0 ...
確定! 回上一頁