home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gtak212.zip / OS2-DD / def_base.c < prev    next >
C/C++ Source or Header  |  1993-01-16  |  490b  |  13 lines

  1. /*****************************************************************************
  2.  * $Id: def_base.c,v 1.1 1992/07/24 11:33:20 ak Exp $
  3.  *****************************************************************************
  4.  * $Log: def_base.c,v $
  5.  * Revision 1.1  1992/07/24  11:33:20  ak
  6.  * Initial revision
  7.  *
  8.  *****************************************************************************/
  9.  
  10. #include "dd.h"
  11.  
  12. extern word    DrvInitBase(char _far *line) { return ERROR+DONE+InvalidCommand; }
  13.