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.
123456789101112131415161718 |
- #ifndef COMMANDLIST_H
- #define COMMANDLIST_H
-
- void test_req();
- void test2_req();
- void help_req();
- void nvo_cmd_req();
-
- void commandlist()
- {
- // test_req();
- // test2_req();
- help_req();
- nvo_cmd_req();
- }
-
- #endif
|