afc_string_right

Name

afc_string_right  -- Copies the leftmost len chars from src to string

Synopsis

char * afc_string_right ( char * string, const char * src, long len );

Description

This function copies the rightmlost len characters from src into string.

Inputs

string

AFC string to convert.

src

The source string. It doesn't necessarily need to be an AFC string.

len

Number of chars to copy into string

Result

Note

See Also