Subversion Repositories SvarDOS

Rev

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

Rev 501 Rev 508
Line 28... Line 28...
28
#include "rmodinit.h"
28
#include "rmodinit.h"
29
 
29
 
30
/* process internal commands */
30
/* process internal commands */
31
int cmd_process(struct rmod_props far *rmod, unsigned short env_seg, const char *cmdline, void *BUFFER, unsigned short BUFFERSZ);
31
int cmd_process(struct rmod_props far *rmod, unsigned short env_seg, const char *cmdline, void *BUFFER, unsigned short BUFFERSZ);
32
 
32
 
-
 
33
/* explodes a command into an array of arguments where last arg is NULL.
-
 
34
 * if argvlist is not NULL, it will be filled with pointers that point to buff
-
 
35
 * locations. buff is filled with all the arguments, each argument being
-
 
36
 * zero-separated. buff is terminated with an empty argument to mark the end
-
 
37
 * of arguments.
-
 
38
 * returns number of args */
-
 
39
unsigned short cmd_explode(char *buff, const char far *s, char const **argvlist);
-
 
40
 
33
#endif
41
#endif