home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / TURBOC_1.LZH / INCLUDE / PROCESS.H < prev    next >
Text File  |  1990-03-02  |  365b  |  20 lines

  1. /*      PROCESS.H
  2.  
  3.         Process Definition Includes
  4.  
  5.         Copyright (c) Borland International 1988
  6.         All Rights Reserved.
  7. */
  8.  
  9.  
  10. #if !defined( __PROCESS )
  11. #define __PROCESS
  12.  
  13.  
  14. int     exec( char *filename, char *cmdlstr, char *envstr, int *retcode );
  15.  
  16.  
  17. #endif
  18.  
  19. /************************************************************************/
  20.