SysGetCurrentProcessId
SysGetCurrentProcessId Description Platform independent method to get current process Id.
Read MoreSysGetDirContents
SysGetDirContents Description Read directory contents into a vector. Current contents of the vector will be cleared out.
Read MoreSysMutexDestroy
SysMutexDestroy Description Destroy the provided mutex object. Once a mutex is destroyed, all resources held by it will be freed. Using it after this cal is UB.
Read MoreLOG_SYS_ERROR
LOG_SYS_ERROR Description Writes an error-level log message with errno explanation appended at the end of final string.
Read MoreLOG_SYS_FATAL
LOG_SYS_FATAL Description Writes a fatal log message and aborts the program, with errno explanation appended at the end of final string.
Read MoreLOG_SYS_INFO
LOG_SYS_INFO Description Writes an informational log message along with errno explanation appended at then end of final string.
Read MoreSysSetAbortCallback
SysSetAbortCallback Description Set a custom callback function for SysAbort. If no callback is set, SysAbort will call the standard abort() function.
Read More