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 d898001 commit 88c9040Copy full SHA for 88c9040
test/embedded/classes-wasm.swift
@@ -13,6 +13,7 @@
13
#include <stddef.h>
14
#include <stdint.h>
15
16
+int putchar(int c) { return c; }
17
void free(void *ptr) {}
18
19
int posix_memalign(void **memptr, size_t alignment, size_t size) {
0 commit comments