home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / gtak / source / os2-dd / def_base.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-16  |  490 b   |  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.