Currently At: Programming Reference > C Reference > Standard C String & Character > strxfrm()

strxfrm()


Syntax:
#include <string.h>
size_t strxfrm( char *str1, const char *str2, size_t num );


Description:
The strxfrm() function manipulates the first num characters of str2 and stores them in str1. The result is such that if a strcoll() is performed on str1 and the old str2, you will get the same result as with a strcmp().

Related Topics:
strcmp(), strcoll()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions