home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 1.ddi / MWHC.001 / N < prev    next >
Encoding:
Text File  |  1992-12-09  |  1.4 KB  |  36 lines

  1. /*********************************************************************
  2. (C) Copyright 1987-1992;  Franklin L. DeRemer,   Thomas J. Pennello,
  3.                          MetaWare Incorporated;  Santa Cruz, CA 95060.
  4. This program is the unpublished property and trade secret of the above
  5. three.  It is to be utilized solely under license from MetaWare and it
  6. is to be maintained on a confidential basis for internal  company  use
  7. only.  The  security  and  protection  of  the program is paramount to
  8. maintenance of the trade secret status.  It is to  be  protected  from
  9. disclosure  to  unauthorized parties, both within the Licensee company
  10. and outside, in a manner not less stringent than that utilized for Li-
  11. censee's own proprietary  internal  information.   No  copies  of  the
  12. Source or Object Code are to leave the premises of Licensee's business
  13. except  in  strict accordance with the license agreement signed by Li-
  14. censee with MetaWare.
  15. *********************************************************************/
  16.  
  17. #ifdef __CPLUSPLUS__
  18. extern "C" {
  19. #endif
  20.  
  21. extern char *_mwprognamep;
  22. extern char *_mwargp;
  23. extern int   _mwarglen;
  24. extern char **_mwargvp;
  25. extern _Far char *_mwenvp;
  26.  
  27. extern void _mwinit_coproc(void); 
  28. extern void _mwinit_env_area(void);
  29. extern void _mwcall_onentry_fcns(void);
  30. extern void _mwcoproc_exist(void);
  31. extern int  _mwset_up_args(char **argv);
  32.  
  33. #ifdef __CPLUSPLUS__
  34. }
  35. #endif
  36.