mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-20 18:04:26 +02:00

``` test/v3ext.c:201:24: error: implicit declaration of function 'memcmp' [-Wimplicit-function-declaration] 201 | if (!TEST_true(memcmp(ip1->data, ip2->data, ip1->length) <= 0)) | ^~~~~~ test/testutil.h:360:66: note: in definition of macro 'TEST_true' 360 | # define TEST_true(a) test_true(__FILE__, __LINE__, #a, (a) != 0) | ^ test/v3ext.c:18:1: note: include '<string.h>' or provide a declaration of 'memcmp' 17 | #include "testutil.h" +++ |+#include <string.h> 18 | ```