错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Do Not Cast the Result of malloc

  • Slobodan Dmitrović

摘要

In C, we do not need to cast the result of malloc. The following example wrongly performs the cast: