X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/e37778c28ba4f7032e74888c10d3a8b367d2b4c4..72aa120d9a32a14196c9e39aa26993909423f096:/util.h 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