How do we copy a section of a char array that doesn't start at the beginning?

I have looked through avr-libc: <string.h>: Strings but I can't seem to find anything that will copy from a certain point within the array.