Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.94 KB | None | 0 0
  1. In file included from fila.c:13:
  2. /usr/include/stdlib.h:471: error: expected declaration specifiers or ‘...’ before string constant
  3. /usr/include/stdlib.h:471: error: expected declaration specifiers or ‘...’ before numeric constant
  4. /usr/include/stdlib.h:471: error: conflicting types for ‘xmalloc’
  5. leak_detector_c.h:30: note: previous declaration of ‘xmalloc’ was here
  6. /usr/include/stdlib.h:473: error: expected declaration specifiers or ‘...’ before string constant
  7. /usr/include/stdlib.h:473: error: expected declaration specifiers or ‘...’ before numeric constant
  8. /usr/include/stdlib.h:473: error: conflicting types for ‘xcalloc’
  9. leak_detector_c.h:31: note: previous declaration of ‘xcalloc’ was here
  10. fila.c: In function ‘insere’:
  11. fila.c:55: error: too many arguments to function ‘xmalloc’
  12. fila.c:56: error: too many arguments to function ‘xmalloc’
  13. fila.c:57: error: too many arguments to function ‘xmalloc’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement