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

#ifndef FUN_H_INCLUDED
#define FUN_H_INCLUDED
#define MAXLINE (80)
#include "fun_2.c"
#include "fun_1.c"
//void history(char *cmdline);
//void print_his(char *argv);
//void eval(char *cmdline);
//int parseline(const char *cmdline, char **argv);
#endif // FUN_H_INCLUDED