diff th_string.h @ 89:30690f5c4cae

Add new function th_strrcasecmp().
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 17 May 2014 22:39:37 +0300
parents b6f3486c4d6c
children 2b1f7f1ca8e4
line wrap: on
line diff
--- a/th_string.h	Sat May 17 22:39:27 2014 +0300
+++ b/th_string.h	Sat May 17 22:39:37 2014 +0300
@@ -47,6 +47,7 @@
 
 int     th_strcasecmp(const char *, const char *);
 int     th_strncasecmp(const char *, const char *, size_t);
+char    *th_strrcasecmp(char *str, const char *needle);
 void    th_strip_ctrlchars(char *);
 
 char    *th_strdup_vprintf(const char *, va_list);