Chernov Dmitriy
2016-03-02 3344d1a728d37f0fb3e82a6a945eee0c780eb734
libscpi/src/utils_private.h
@@ -87,6 +87,12 @@
    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, scpi_bool_t rollback) LOCAL;
   scpi_bool_t OUR_get_parts(scpi_error_info_heap_t * heap, const char *s1, size_t * len1, const char ** s2, size_t * len2) LOCAL;
#endif
#ifndef min
#define min(a, b)  (((a) < (b)) ? (a) : (b))
#endif