0

nullChk とは何ですか? また、適切に使用するにはどうすればよいですか?

次のコード行を使用しています。

nullChk(temp = malloc (numBytes + 1));  

次のエラーメッセージが表示されます。

  700, 9    error: use of undeclared identifier 'error'
  700, 9    error: use of undeclared label 'Error'
4

1 に答える 1