[BACK]Return to ctype.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/ctype.h between version 1.22 and 1.23

version 1.22, 2010/10/01 20:10:24 version 1.23, 2014/03/16 18:38:30
Line 57 
Line 57 
 extern const short      *_tolower_tab_;  extern const short      *_tolower_tab_;
 extern const short      *_toupper_tab_;  extern const short      *_toupper_tab_;
   
 #if defined(__GNUC__) || defined(_ANSI_LIBRARY) || defined(lint)  #if defined(__GNUC__) || defined(_ANSI_LIBRARY)
 int     isalnum(int);  int     isalnum(int);
 int     isalpha(int);  int     isalpha(int);
 int     iscntrl(int);  int     iscntrl(int);
Line 84 
Line 84 
 int     _toupper(int);  int     _toupper(int);
 #endif /* __BSD_VISIBLE || __XPG_VISIBLE */  #endif /* __BSD_VISIBLE || __XPG_VISIBLE */
   
 #endif /* __GNUC__ || _ANSI_LIBRARY || lint */  #endif /* __GNUC__ || _ANSI_LIBRARY */
   
 #if !defined(_ANSI_LIBRARY) && !defined(lint)  #if !defined(_ANSI_LIBRARY)
   
 __only_inline int isalnum(int c)  __only_inline int isalnum(int c)
 {  {
Line 187 
Line 187 
 }  }
 #endif /* __BSD_VISIBLE || __XPG_VISIBLE */  #endif /* __BSD_VISIBLE || __XPG_VISIBLE */
   
 #endif /* !_ANSI_LIBRARY && !lint */  #endif /* !_ANSI_LIBRARY */
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23