1 2 3 4 5 6 7 8
#ifndef SENTRY_OS_H_INCLUDED #define SENTRY_OS_H_INCLUDED #include "sentry_boot.h" sentry_value_t sentry__get_os_context(void); #endif