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