56ad9598d0
I know, this is a lot slower than the old one, but it's a transition to a new-new args parser that will use a hashmap... as soon as I get around to writing a hashmap implementation.
7 lines
82 B
C
7 lines
82 B
C
#ifndef DEBUG_SHELL_H
|
|
#define DEBUG_SHELL_H
|
|
|
|
int debug_shell_start(void);
|
|
|
|
#endif
|