/* sc_exec_ui.h — банковый обработчик Enter на EXE. */ #ifndef SC_EXEC_UI_H #define SC_EXEC_UI_H struct ScApp; void sc_exec_selected(struct ScApp *app) __banked; #endif