Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. main.c:65:9: Implicit declaration of function 'getch' is invalid in C99
  2. main.c:138:34: Incompatible pointer types passing 'char (*)[10]' to parameter of type 'char *'
  3. main.c:139:28: Incompatible pointer to integer conversion passing 'char [10]' to parameter of type 'char'
  4. main.c:142:34: Incompatible pointer types passing 'char (*)[10]' to parameter of type 'char *'
  5. main.c:143:28: Incompatible pointer to integer conversion passing 'char [10]' to parameter of type 'char'
  6. main.c:177:35: Comparison between pointer and integer ('int' and 'char *')
  7. main.c:182:40: Comparison between pointer and integer ('int' and 'char *')
  8. main.c:227:26: Incompatible pointer to integer conversion passing 'char [50]' to parameter of type 'char'
  9. main.c:232:26: Incompatible pointer to integer conversion passing 'char [50]' to parameter of type 'char'
  10. main.c:236:29: Format specifies type 'float *' but the argument has type 'double'
  11. main.c:237:26: Incompatible pointer to integer conversion passing 'char [2]' to parameter of type 'char'
  12. main.c:264:39: Comparison between pointer and integer ('char *' and 'int')
  13. main.c:269:46: Comparison between pointer and integer ('char *' and 'int')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement