Subversion Repositories SvarDOS

Rev

Rev 380 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

/*
 * handler for all "not implemented yet" commands
 */

static int cmd_notimpl(struct cmd_funcparam *p) {
  outputnl("This command is not implemented yet. Sorry!");
  return(-1);
}