-  ←Prev 
- AST
 A Library for Handling
 World Coordinate Systems
 in Astronomy
- Next→ 
- TOC ↑
  
Description: 
 This function compares two null terminated strings for equality,
discounting differences in case and any trailing white space in either string. No more
than " n" characters are compared.  
 Synopsis 
 int astChrMatchN( const char
str1, const
char str2,
size_t n )  
 Parameters: 
  str1  
 Pointer to the first string.  
  str2  
 Pointer to the
second string.  
  n  
 Maximum number of characters to compare.  
    Returned Value 
 
astChrMatchN()  
 Non-zero if the two strings match, otherwise zero.  
    Notes: 
 Copyright (C) 2021 East Asian Observatory
  -  ←Prev 
- AST
 A Library for Handling
 World
Coordinate Systems
 in Astronomy
- Next→ 
- TOC ↑