rht_name_cmp
|
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
|