鑄造一個指針,我有:錯誤使用C
unsigned char *programBinary = (unsigned char) malloc(binarySize);
但我發現了以下錯誤:
test.c:127:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
test.c:127:33: error: invalid type argument of unary ‘*’ (have ‘int’)
這是相當新的給我,讓我不確定如何解決這個問題。
真棒,謝謝!我會盡我所能接受。 – n0pe
沒問題。感謝@Justin Etherier,忘記了代碼塊。 –