home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / FS191 / XSPAWN33 / XSPAWNP.H < prev    next >
Text File  |  1991-05-04  |  666b  |  23 lines

  1. /*
  2.  *                   XSPAWN
  3.  *                Version 1.33
  4.  *  (C) Copyright 1990 Whitney Software, Inc.
  5.  *             All Rights Reserved
  6.  */
  7.  
  8. #define P_WAIT   0
  9. #define CURRENT  0
  10. #define IRET     1
  11.  
  12. extern int xspawnl( int, char *, char * );
  13. extern int xspawnle( int, char *, char * );
  14. extern int xspawnlp( int, char *, char * );
  15. extern int xspawnlpe( int, char *, char * );
  16. extern int xspawnv( int, char *, char ** );
  17. extern int xspawnve( int, char *, char **, char ** );
  18. extern int xspawnvp( int, char *, char ** );
  19. extern int xspawnvpe( int, char *, char **, char ** );
  20. extern int xsystem( char * );
  21.  
  22. extern int addvect( int, int );
  23.