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 5db1ec5 commit 14a32b0Copy full SHA for 14a32b0
bench/algorithm/regex-redux/1n.kt
@@ -37,6 +37,7 @@ fun main(args: Array<String>) {
37
println("\n$ilen\n$clen\n${content.length}")
38
}
39
40
+@OptIn(ExperimentalForeignApi::class)
41
fun readAllText(filePath: String): String {
42
val returnBuffer = StringBuilder()
43
val file = fopen(filePath, "r")?:
0 commit comments