X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=util.h;h=3981656eae9ef82bd832884a4047e1360425b7d3;hb=d4451e15b8fd19b38c87c9ec4aea2dc5af3f94d1;hp=6eab0556860d952d77bb5c71200a36116f319d05;hpb=e37778c28ba4f7032e74888c10d3a8b367d2b4c4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/util.h b/util.h index 6eab055..3981656 100644 --- a/util.h +++ b/util.h @@ -39,6 +39,21 @@ #endif /* VMS */ /* +=for apidoc ibcmp + +This is a synonym for (! foldEQ()) + +=for apidoc ibcmp_locale + +This is a synonym for (! foldEQ_locale()) + +=cut +*/ +#define ibcmp(s1, s2, len) cBOOL(! foldEQ(s1, s2, len)) +#define ibcmp_locale(s1, s2, len) cBOOL(! foldEQ_locale(s1, s2, len)) + + +/* * Local variables: * c-indentation-style: bsd * c-basic-offset: 4