I have Atmel Studio installed on my system, but when I want to use for example time.h of the stdio, it tells me the library does not exist! So I downloaded this library: http://download.savannah.gnu.org/releases/avr-libc/
Now, how can I include the whole library in my project?
After extracting, there are individual .h files and .c files that I can add in libc and include folders, but I'd like to add them all to my project (at least all of stdio, time, string...).
Thanks