Subversion Repositories SvarDOS

Rev

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

Rev 429 Rev 501
Line 134... Line 134...
134
}
134
}
135
 
135
 
136
 
136
 
137
static int cmd_time(struct cmd_funcparam *p) {
137
static int cmd_time(struct cmd_funcparam *p) {
138
  struct nls_patterns *nls = (void *)(p->BUFFER);
138
  struct nls_patterns *nls = (void *)(p->BUFFER);
139
  char *buff = p->BUFFER + (BUFFER_SIZE / 2);
139
  char *buff = p->BUFFER + sizeof(*nls);
140
  unsigned short i;
140
  unsigned short i;
141
  signed char ho = -1, mi = -1, se = -1;
141
  signed char ho = -1, mi = -1, se = -1;
142
 
142
 
143
  if (cmd_ishlp(p)) {
143
  if (cmd_ishlp(p)) {
144
    outputnl("Displays or sets the system time.");
144
    outputnl("Displays or sets the system time.");