#pragma once #include <stdbool.h> #ifdef __cplusplus extern "C" { #endif bool furi_stdglue_init(); #ifdef __cplusplus } #endif