Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 396 → Rev 397

/svarcom/trunk/cmd/_notimpl.c
0,0 → 1,8
/*
* 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);
}