#pragma once #ifdef __cplusplus extern "C" { #endif #include "task.h" int task_sub( void * data ); #ifdef __cplusplus } #endif