BEFS_COMPARE_STRINGS

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

befs_compare_strings - compare two strings  

SYNOPSIS

"SYNOPSIS"

int befs_compare_strings (const void * key1, int keylen1, const void * key2, int keylen2);  

ARGUMENTS

key1
pointer to the first key to be compared
keylen1
length in bytes of key1
key2
pointer to the second key to be compared
keylen2
-- undescribed --
 

DESCRIPTION

Returns 0 if key1 and key2 are equal. Returns >0 if key1 is greater. Returns <0 if key2 is greater..


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 05:30:25 GMT, October 06, 2005