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
![]() ![]() |
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) |
#define strcasecmp | ( | s1, | |
s2 | |||
) | struppercmp(s1,s2) |
#define strncasecmp | ( | s1, | |
s2, | |||
n | |||
) | strnuppercmp(s1,s2,n) |