1 2 3 4 5 6 7 8 9
#ifndef KNOB_TASK_H #define KNOB_TASK_H #include <stdbool.h> bool try_run_command(const char *path); void yield_task(); #endif