comparison Debug/cli/cli.h @ 319:3994a5a68793

Cleanup CLI history Add all the spaces :)
author Rowan Decker <Smasher816@gmail.com>
date Thu, 02 Apr 2015 23:53:19 -0700
parents 217e7bd8a0a4
children 18c3c4924f20
comparison
equal deleted inserted replaced
318:217e7bd8a0a4 319:3994a5a68793
109 void CLI_init(); 109 void CLI_init();
110 void CLI_process(); 110 void CLI_process();
111 void CLI_registerDictionary( const CLIDictItem *cmdDict, const char* dictName ); 111 void CLI_registerDictionary( const CLIDictItem *cmdDict, const char* dictName );
112 void CLI_argumentIsolation( char* string, char** first, char** second ); 112 void CLI_argumentIsolation( char* string, char** first, char** second );
113 113
114 int wrap( int x, int low, int high ); 114 int CLI_wrap( int x, int low, int high );
115 void CLI_commandLookup(); 115 void CLI_commandLookup();
116 void CLI_tabCompletion(); 116 void CLI_tabCompletion();
117 void cli_saveHistory( char *buff ); 117 void CLI_saveHistory( char *buff );
118 void cli_retreiveHistory( int index ); 118 void CLI_retreiveHistory( int index );
119 119
120 // CLI Command Functions 120 // CLI Command Functions
121 void cliFunc_arch ( char* args ); 121 void cliFunc_arch ( char* args );
122 void cliFunc_chip ( char* args ); 122 void cliFunc_chip ( char* args );
123 void cliFunc_clear ( char* args ); 123 void cliFunc_clear ( char* args );