Guest User

Untitled

a guest
Jun 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. char ler_regras(FILE *m,char *rule)
  2. {
  3.  
  4. char ficheiro_regras[255];
  5. fgets(ficheiro_regras,255,m);
  6. rule=ficheiro_regras;
  7. printf("%s",ficheiro_regras);
  8. return (*rule);
  9. }
Add Comment
Please, Sign In to add comment