home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / include / somcd.h < prev    next >
C/C++ Source or Header  |  1996-12-24  |  866b  |  38 lines

  1. /*
  2.  *   COMPONENT_NAME: somc
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *    25H7912  (C)  COPYRIGHT International Business Machines Corp. 1992,1996,1996  
  8.  *   All Rights Reserved
  9.  *   Licensed Materials - Property of IBM
  10.  *   US Government Users Restricted Rights - Use, duplication or
  11.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12.  */
  13. /*
  14.  *    @(#) 1.6 src/somc/comp/somcd.h, somc.sc, som3.0 3/22/96 15:34:19 [12/24/96 07:54:52]
  15.  */
  16.  
  17. /*
  18.  */
  19.  
  20. /*
  21.  *         File:    somcd.h.
  22.  *       Author:    Andy Martin [andy@austin.ibm.com]
  23.  *     Contents:    Prototype for the dynamic versions of the
  24.  *                  SOM Compiler
  25.  *      History:    [03/22/94] Program created.
  26.  */
  27.  
  28. #ifndef somcd_h
  29. #define somcd_h
  30. #ifdef _WIN32
  31. #include <private/emitlib.h>
  32. #else
  33. #include <emitlib.h>
  34. #endif
  35. SOMEXTERN void *somtsc(int argc, char **argv);
  36.  
  37. #endif /* somcd_h */
  38.