#pragma once #include #ifdef __cplusplus extern "C" { #endif int32_t subghz_app(char* p); #ifdef __cplusplus } #endif