Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. Freecell.c:13: error: expected declaration specifiers or '...' before '*' token
  2. Freecell.c: In function 'main':
  3. Freecell.c:31: warning: passing argument 1 of 'fscanf' from incompatible pointer type
  4. /usr/include/stdio.h:425: note: expected 'struct FILE * __restrict__' but argument is of type 'char *'
  5. Freecell.c:33: warning: comparison between pointer and integer
  6. Freecell.c:37: warning: passing argument 1 of 'fscanf' from incompatible pointer type
  7. /usr/include/stdio.h:425: note: expected 'struct FILE * __restrict__' but argument is of type 'char *'
  8. FreecellPush.c: In function 'push':
  9. FreecellPush.c:3: error: 'top' undeclared (first use in this function)
  10. FreecellPush.c:3: error: (Each undeclared identifier is reported only once
  11. FreecellPush.c:3: error: for each function it appears in.)
  12. FreecellPush.c:3: error: 'NULL' undeclared (first use in this function)
  13. FreecellPush.c:5: error: 'stack' undeclared (first use in this function)
  14. FreecellPush.c:5: error: 'Node' undeclared (first use in this function)
  15. FreecellPush.c:5: error: expected expression before ')' token
  16. FreecellPush.c:12: error: expected expression before ')' token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement