We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05203e2 commit ea0a489Copy full SHA for ea0a489
quaddtype/numpy_quaddtype/src/utilities.c
@@ -1,4 +1,5 @@
1
#include "utilities.h"
2
+#include <stdlib.h>
3
4
void cstring_to_quad(const char *str, QuadBackendType backend, quad_value *out_value, char **endptr)
5
{
0 commit comments