#pragma once #include #ifdef __cplusplus extern "C" { #endif int ui_run_until_working(char out_mnemonic[256]); #ifdef __cplusplus } #endif