Hi.
I cant find any documentation for library calls for the standard libraries like standard C functions like
strcmp()
strncpy()
anyone care to help me out ?
Tom
Hi.
I cant find any documentation for library calls for the standard libraries like standard C functions like
strcmp()
strncpy()
anyone care to help me out ?
Tom
Should be the same os normal C versions, just #include <string.h>
The libraries that are available using the AVR development tools are documented here:
Just the information i needed.
I didnt know that the arduino compiler could use the AVR standard libraries.
THX