Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class command{
- private:
- char keyword[40];
- char modifier[5][20];
- int count;
- public:
- void init(char[]);
- void init();
- int modifier_count();
- int valid_command(char[]);
- void get_keyword(char[]);
- void get_modifier(char[], int);
- }
Advertisement
Add Comment
Please, Sign In to add comment