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 501b241 commit df8afb0Copy full SHA for df8afb0
pixie/stdlib.pxi
@@ -18,6 +18,7 @@
18
(def fopen (ffi-fn libc "fopen" [CCharP CCharP] CVoidP))
19
(def fread (ffi-fn libc "fread" [CVoidP CInt CInt CVoidP] CInt))
20
(def mkdtemp (ffi-fn libc "mkdtemp" [CCharP] CCharP))
21
+(def rmdir (ffi-fn libc "rmdir" [CCharP] CCharP))
22
23
(def libm (ffi-library (str "libm." pixie.platform/so-ext)))
24
(def atan2 (ffi-fn libm "atan2" [CDouble CDouble] CDouble))
0 commit comments