qvm_safety_env()
Check if the current process is running in a safety environment
Synopsis:
#include <qvm/utils.h>int qvm_safety_env(void)Description:
Use this function if you are building a system that will need to be safety-certified.
Returns:
Non-zero if the current process is running in a safety environment, or zero if it is running in a non-safety environment.
Page updated:
