geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

general.h File Reference
#include <time.h>
#include "gcc-attr.h"
Include dependency graph for general.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define strcasecmp(s1, s2)   struppercmp(s1,s2)
 
#define strncasecmp(s1, s2, n)   strnuppercmp(s1,s2,n)
 

Macro Definition Documentation

◆ strcasecmp

#define strcasecmp (   s1,
  s2 
)    struppercmp(s1,s2)

Definition at line 37 of file general.h.

◆ strncasecmp

#define strncasecmp (   s1,
  s2,
 
)    strnuppercmp(s1,s2,n)

Definition at line 45 of file general.h.