/* sc_exec.h — низкоуровневый запуск EXE через ESTEX. */ #ifndef SC_EXEC_H #define SC_EXEC_H int sc_platform_exec(const char *path); #endif