Don't cast the return value from malloc and family - provided there's a prototype in scope (which there is here, due to our #include <stdlib.h> ), the void* ...
確定! 回上一頁