initial commit
This commit is contained in:
20
devtools/ahcccf.bin/include/process.h
Normal file
20
devtools/ahcccf.bin/include/process.h
Normal 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
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user