Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

15 lignes
275 B

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
  1. #ifndef FUN_H_INCLUDED
  2. #define FUN_H_INCLUDED
  3. #define MAXLINE (80)
  4. #include "fun_2.c"
  5. #include "fun_1.c"
  6. //void history(char *cmdline);
  7. //void print_his(char *argv);
  8. //void eval(char *cmdline);
  9. //int parseline(const char *cmdline, char **argv);
  10. #endif // FUN_H_INCLUDED