first commit - moved from local dev to git

This commit is contained in:
firebee
2022-10-02 10:09:40 +02:00
commit bbb3ef9333
1861 changed files with 167960 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
/* PROCESS.H
Process Definition Includes
Copyright (c) Borland International 1990
All Rights Reserved.
*/
#if !defined( __PROCESS )
#define __PROCESS
int exec( char *filename, char *cmdlstr, char *envstr, int *retcode );
#endif
/************************************************************************/