.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "BEFS_COMPARE_STRINGS" "" "06 October 2005" "" "" .SH NAME befs_compare_strings \- compare two strings .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int befs_compare_strings (const void * \fIkey1\fB, int \fIkeylen1\fB, const void * \fIkey2\fB, int \fIkeylen2\fB); \fR .SH "ARGUMENTS" .TP \fB\fIkey1\fB\fR pointer to the first key to be compared .TP \fB\fIkeylen1\fB\fR length in bytes of key1 .TP \fB\fIkey2\fB\fR pointer to the second key to be compared .TP \fB\fIkeylen2\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Returns 0 if \fIkey1\fR and \fIkey2\fR are equal. Returns >0 if \fIkey1\fR is greater. Returns <0 if \fIkey2\fR is greater..