boha jeho...
[svn/Prometheus-QoS/.git] / cll1-0.6.2.h
index 6b2214bd940c39e0cde0ea63bd66decc91ae9b20..d3456ce3d07ddc1b5c911210719d367da2f697b5 100644 (file)
@@ -74,6 +74,7 @@
 /* String macros & sequences, updated 2004-04-19 by xCh. */
 
 #define eq(A,B) ((A) && (B) && !strcmp(A,B))
+#define eqi(A,B) ((A) && (B) && !strcmpi(A,B))
 #define strcmpi(A,B) strcasecmp(A,B)
 #define strlwr(A) {char *_S=A; while(_&&*_S){*_S=tolower(*_S);_S++;}}
 #define strupr(A) {char *_S=A; while(_&&*_S){*_S=toupper(*_S);_S++;}}
This page took 0.149867 seconds and 4 git commands to generate.