Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. facture.c:50:19: error: use of undeclared identifier 'fart'
  2.                 tart[i]=lireArt(fart.txt) ;
  3.                                 ^
  4. facture.c:59:10: error: passing 'Article' to parameter of incompatible type
  5.       'const char *'
  6.                 printf(tart[i]) ;
  7.                        ^~~~~~~
  8. /usr/include/stdio.h:259:36: note: passing argument to parameter here
  9. int      printf(const char * __restrict, ...) __printflike(1, 2);
  10.                                        ^
  11. 2 errors generated.
  12. In file included from test_facture.c:1:
  13. ./facture.h:10:17: error: unknown type name 'FILE'
  14. Article lireArt(FILE *fe) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement