ReactOS
0.4.15-dev-4594-g505ac65
|
#include "diskpart.h"
Go to the source code of this file.
Functions | |
BOOL | exit_main (INT argc, LPWSTR *argv) |
BOOL | rem_main (INT argc, LPWSTR *argv) |
BOOL | InterpretCmd (int argc, LPWSTR *argv) |
BOOL | InterpretScript (LPWSTR input_line) |
VOID | InterpretMain (VOID) |
Variables | |
COMMAND | cmds [] |
COMMAND cmds[] |
Definition at line 16 of file interpreter.c.
Referenced by InterpretCmd().