#include #include #include bool try_run_command(const char *path) { uint8_t dn; path = remove_prefix(path, &dn); return _start_task(dn, path); } void yield_task() { _yield_task(); }