Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. uint8_t data_array[1];
  2.  
  3. void test(uint8_t * buffer)
  4. {
  5. realloc(data_array, buffer * (sizeof(uint8_t)));
  6. }
  7.  
  8. Ошибка: invalid operands to binary * (have 'uint8_t *' and 'unsigned int')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement