我在此行的C头文件中收到此错误:
char * getFechaHora(time_t & tiempoPuro);
在C源代码文件中,我包含头文件并为函数提供实现
char * getFechaHora(time_t &tiempoPuro){...}
同样在我的头文件中,我正确地包含了"time.h"库.
c gcc token
c ×1
gcc ×1
token ×1