Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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
|