41#ifndef __ARUtil_system_h__
42#define __ARUtil_system_h__
ARUTIL_EXTERN char * arUtilGetModulePath(void)
Get the full pathname of the code module in which this function exists.
Definition: system.c:205
ARUTIL_EXTERN char * arUtilGetOSName(void)
Get a string holding a descriptive name of the current operating system.
Definition: system.c:73
ARUTIL_EXTERN char * arUtilGetCPUName(void)
Get a string holding a descriptive name of the current CPU type.
Definition: system.c:123
ARUTIL_EXTERN char * arUtilGetOSVersion(void)
Get a string holding a descriptive name of current operating system version.
Definition: system.c:92
#define ARUTIL_EXTERN
Definition: types.h:58