Hello,
I'm coming to you with a beginner question, I would like to use the functions localtime, difftime, strftime but I saw that time.h is not included. Is it possible to get it or to do the same thing as these functions? I tried including NEWLIB but there is no time lib.
In my project I get a timestamp and I would like to have the difference of time elapsed between this timestamp and the timestamp of now.
Thanks in advance for your help!