We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db782e commit 908bdceCopy full SHA for 908bdce
src/secp256k1.c
@@ -34,6 +34,8 @@
34
} while(0)
35
36
#ifndef USE_EXTERNAL_DEFAULT_CALLBACKS
37
+#include <stdlib.h>
38
+#include <stdio.h>
39
static void default_illegal_callback_fn(const char* str, void* data) {
40
(void)data;
41
fprintf(stderr, "[libsecp256k1] illegal argument: %s\n", str);
0 commit comments