]> git.notmuchmail.org Git - notmuch/commitdiff
util: add strcmp_null, a strcmp that handles NULL parameters
authorJani Nikula <jani@nikula.org>
Fri, 25 Sep 2015 16:48:19 +0000 (19:48 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 26 Sep 2015 10:37:35 +0000 (07:37 -0300)
Add strcmp_null, a strcmp that handles NULL strings; in strcmp terms a
NULL string is considered to be less than a non-NULL string.


No differences found