Subversion Repositories SvarDOS

Rev

Rev 357 | Rev 372 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 357 Rev 364
Line 1... Line 1...
1
#ifndef CMD_H
1
#ifndef CMD_H
2
#define CMD_H
2
#define CMD_H
3
 
3
 
-
 
4
/* process internal commands */
4
int cmd_process(int argc, const char **argv, unsigned short env_seg, const char far *cmdline);
5
int cmd_process(unsigned short env_seg, const char far *cmdline);
-
 
6
 
-
 
7
/* explodes a command into an array of arguments where last arg is NULL
-
 
8
 * returns number of args */
-
 
9
unsigned short cmd_explode(char *buff, const char far *s, char const **argvlist);
5
 
10
 
6
#endif
11
#endif