#pragma once #ifdef __cplusplus extern "C" { #endif void task_init(void); void task_run(void); #ifdef __cplusplus } #endif