#ifndef TIME_H #define TIME_H #ifdef __cplusplus extern "C" { #endif void lTimeRegister(void); #ifdef __cplusplus } #endif #endif