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 0b5d0c3 commit 2e42b28Copy full SHA for 2e42b28
Sources/ExampleSwiftLibrary/MySwiftLibrary.swift
@@ -80,5 +80,5 @@ public class MySwiftClass {
80
81
private func p(_ msg: String, file: String = #fileID, line: UInt = #line, function: String = #function) {
82
print("[swift][\(file):\(line)](\(function)) \(msg)")
83
- fflush(Darwin.stdout)
+ fflush(stdout)
84
}
0 commit comments