Subversion Repositories SvarDOS

Rev

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

Rev 369 Rev 371
Line 3... Line 3...
3
 *
3
 *
4
 * value cannot contain any '=' character, but it can contain spaces
4
 * value cannot contain any '=' character, but it can contain spaces
5
 * varname can also contain spaces
5
 * varname can also contain spaces
6
 */
6
 */
7
 
7
 
8
#include "env.h"
-
 
9
 
8
 
10
static int cmd_set(const struct cmd_funcparam *p) {
9
static int cmd_set(const struct cmd_funcparam *p) {
11
  char far *env = MK_FP(p->env_seg, 0);
10
  char far *env = MK_FP(p->env_seg, 0);
12
  char buff[256];
11
  char buff[256];
13
  int i;
12
  int i;