home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / devddemo.zip / BADCMD.C < prev    next >
Text File  |  1991-01-31  |  131b  |  11 lines

  1. /* Return the status value for a bad command */
  2.  
  3. #include "demo.h"
  4.  
  5. word far bad_cmd(void)
  6. {
  7.  
  8. return(ERROR+INV_CMD);
  9.  
  10. }
  11.