home *** CD-ROM | disk | FTP | other *** search
- /*
- * COMPONENT_NAME: somc
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /*
- * %Z% %I% %W% %G% %U% [%H% %T%]
- */
-
- /*
- */
-
- /*
- * File: somcd.h.
- * Author: Andy Martin [andy@austin.ibm.com]
- * Contents: Prototype for the dynamic versions of the
- * SOM Compiler
- * History: [03/22/94] Program created.
- */
-
- #ifndef somcd_h
- #define somcd_h
-
- #include <emitlib.h>
- SOMEXTERN void *somtsc(int argc, char **argv);
-
- #endif /* somcd_h */
-