|
|||||
System Utilities | |||||
Functions | Platforms |
The System Utilities external function library is a set of OmniMark functions that provide miscellaneous services that are not provided in the other OmniMark external function libraries.
This external function library includes the following files:
omutil.so
-- the Utility external function shared library for UNIX operating systems
omutil.dll
-- the Utility external function dynamic link library for Windows 32 operating systems
omutil.xin
-- the include file that contains the function declarations
In order to use these functions you must include the following code near the beginning of your program:
; name and location of the library file declare function-library "omutil" ; System Utilities function and constant declarations include "omutil.xin"
Functions UTIL_ExpRand UTIL_GetEnv UTIL_GetMilliSecondTimer UTIL_GetProcessId UTIL_LibraryVersion UTIL_Rand UTIL_Sleep UTIL_Srand UTIL_UniformRand |
Platforms HP/UX Solaris Win 95 Win NT |
---- |