You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
275 B

3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
  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