#ifndef __USER_KEYTASK_H__ #define __USER_KEYTASK_H__ #ifdef __cplusplus extern "C" { #endif void KeyTask(void *argument); #ifdef __cplusplus } #endif #endif