We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5a0e21f commit 91a025fCopy full SHA for 91a025f
src/lib_c/arm-linux-gnueabihf/c/stdlib.cr
@@ -14,6 +14,7 @@ lib LibC
14
fun getenv(name : Char*) : Char*
15
fun malloc(size : SizeT) : Void*
16
fun mkstemp(template : Char*) : Int
17
+ fun mkstemps(template : Char*, suffixlen : Int) : Int
18
fun putenv(string : Char*) : Int
19
fun realloc(ptr : Void*, size : SizeT) : Void*
20
fun realpath(name : Char*, resolved : Char*) : Char*
0 commit comments