Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- uint8_t data_array[1];
- void test(uint8_t * buffer)
- {
- realloc(data_array, buffer * (sizeof(uint8_t)));
- }
- Ошибка: invalid operands to binary * (have 'uint8_t *' and 'unsigned int')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement