Chernov Dmitriy
2016-02-29 148070985fd49efeebfb3a93865a6503d8b1dd4c
libscpi/src/utils_private.h
@@ -87,6 +87,13 @@
    int OUR_strncasecmp(const char *s1, const char *s2, size_t n) LOCAL;
#endif
#if USE_DEVICE_DEPENDENT_ERROR_INFORMATION && !USE_MEMORY_ALLOCATION_FREE
   char * OUR_strdup(scpi_error_info_heap_t * heap, const char *s) LOCAL;
   void OUR_free(scpi_error_info_heap_t * heap, const char *s) LOCAL;
   char * OUR_get_1st_part(const char *s, size_t * len) LOCAL;
   char * OUR_get_2nd_part(const char *s, size_t * len) LOCAL;
#endif
#ifndef min
#define min(a, b)  (((a) < (b)) ? (a) : (b))
#endif