Standard libraries

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

Let Me Google That For You

:slight_smile:

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:

http://www.nongnu.org/avr-libc/user-manual/index.html

Just the information i needed.

I didnt know that the arduino compiler could use the AVR standard libraries.

THX