SIS
Symmetric Index Structures
/Users/dbr/ma/src/bas/lml/command.c File Reference
#include "base.h"
Include dependency graph for command.c:

Go to the source code of this file.

Functions

CommandCommandInit ()
void CommandFree (Command *cmd)
void CommandParse (Command *cmd, UINT argc, S8 **argv)
void CommandExecute (Command *cmd)

Function Documentation

void CommandExecute ( Command cmd)

Definition at line 93 of file command.c.

Referenced by main().

void CommandFree ( Command cmd)

Definition at line 15 of file command.c.

Referenced by main().

Command* CommandInit ( )

Definition at line 5 of file command.c.

Referenced by main().

void CommandParse ( Command cmd,
UINT  argc,
S8 **  argv 
)

Definition at line 19 of file command.c.

Referenced by main().