I get this error in a C header file in this line :
char * getFechaHora(time_t & tiempoPuro);
In a C source code file i am including the header file and giving the function an implementation
char * getFechaHora(time_t &tiempoPuro){...}
also in my header file i am including correctly the "time.h" library.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…