Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
380 mateuszvis 1
/*
2
 * handler for all "not implemented yet" commands
3
 */
4
 
5
static int cmd_notimpl(struct cmd_funcparam *p) {
6
  outputnl("This command is not implemented yet. Sorry!");
7
  return(-1);
8
}