Jan Breuer
2017-08-07 3cf1b428ae61e6c47abaef1be41f0e2d01374303
libscpi/src/utils_private.h
@@ -94,6 +94,10 @@
    scpi_bool_t scpiheap_get_parts(scpi_error_info_heap_t * heap, const char *s1, size_t * len1, const char ** s2, size_t * len2) LOCAL;
#endif
#if !HAVE_STRNDUP
    char *OUR_strndup(const char *s, size_t n);
#endif
#ifndef min
#define min(a, b)  (((a) < (b)) ? (a) : (b))
#endif