mess822x
1.23
mess822x
Loading...
Searching...
No Matches
mess822x-1.23
src
include
commands.h
Go to the documentation of this file.
1
#ifndef COMMANDS_H
2
#define COMMANDS_H
3
4
struct
commands
{
5
char
*
verb
;
6
void (*
action
)();
7
void (*
flush
)();
8
} ;
9
10
extern
int
commands
();
11
12
#endif
commands
Definition:
commands.h:4
commands::flush
void(* flush)()
Definition:
commands.h:7
commands::verb
char * verb
Definition:
commands.h:5
commands::action
void(* action)()
Definition:
commands.h:6
Generated on Mon Mar 3 2025 20:48:08 for mess822x by
1.9.6