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 5e622c3 commit c74c086Copy full SHA for c74c086
secp256k1-sys/wasm/wasm-sysroot/string.h
@@ -2,3 +2,4 @@
2
void *memset(void *s, int c, size_t n);
3
void *memcpy(void *dest, const void *src, size_t n);
4
int memcmp(const void *s1, const void *s2, size_t n);
5
+void *memmove(void *dest_str, const void *src_str, size_t numBytes);
0 commit comments