memcmp
Description
memcmp( char *Int_Buf1, char *Int_Buf2, longInt_Count);
This function compares the first count bytes of buf1 and buf2 and returns a value indicating their relationship.
Return Values
See Also
atof , strcat , strcmp , strcmpi , strcpy , strlen , strlwr , strrchr , strupr , sprintf , memcpy , memset
memcpy
Description
memcpy( char *Int_Buf1, char *Int_Buf2, longInt_Count);
This function copies count bytes of Int_Buf2 to Int_Buf1.
See Also
atof , strcat , strcmp , strcmpi , strcpy , strlen , strlwr , strrchr , strupr , sprintf , memcmp , memset