27 #ifndef _RTXSYSINFO_H_ 28 #define _RTXSYSINFO_H_ 30 #include "rtxsrc/osSysTypes.h" 71 EXTERNRT
int rtxEnvVarSet (
const char* name,
const char* value,
int overwrite);
EXTERNRT OSBOOL rtxEnvVarIsSet(const char *name)
This function tests if an environment variable is set.
EXTERNRT int rtxEnvVarSet(const char *name, const char *value, int overwrite)
This function sets an environment variable to the given value.
EXTERNRT int rtxGetPID()
This function return the process ID of the currently running process.
Common definitions of external function modifiers used to define the scope of functions used in DLL's...
EXTERNRT char * rtxEnvVarDup(const char *name)
This function make a duplicate copy of an environment variable.