Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_name_cmp
  int rht_name_cmp(const rht_name *n1, const rht_name *n2);


Parameters
  n1 first name to compare
  n2 second name to compare with the first


Return Values
  < 1 if n1 is less then n2
  0 if n1 is equal to n2
  > 1 if n1 is greater then n2


Description
  rht_name_cmp is a comparison function for rht_name. It performs a strncmp on the two strings.


Requirements
  Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0


Also See
  RHT reference guide


Copyright © 2004, Spread Concepts LLC, All rights reserved