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 88c9040 commit 7a205dcCopy full SHA for 7a205dc
stdlib/public/core/EmbeddedPrint.swift
@@ -16,7 +16,7 @@ import SwiftShims
16
// embedded Swift, in an embedded-programming friendly way (we mainly need
17
// printing to not need to heap allocate).
18
19
-@_silgen_name("putchar")
+@_extern(c, "putchar")
20
@discardableResult
21
func putchar(_: CInt) -> CInt
22
0 commit comments