Jan Breuer
2013-10-22 e098c2b8d02db042d701480760ee664eae5c0ce1
libscpi/src/utils.h
@@ -68,6 +68,10 @@
    size_t BSD_strnlen(const char *s, size_t maxlen);
#endif
#if !HAVE_STRNCASECMP && !HAVE_STRNICMP
    int OUR_strncasecmp(const char *s1, const char *s2, size_t n);
#endif
#define min(a, b)  (((a) < (b)) ? (a) : (b))
#define max(a, b)  (((a) > (b)) ? (a) : (b))