Core Foundation and Security vendor libraries.

This commit is contained in:
Vitalii Kravchenko
2024-04-13 00:11:42 +01:00
parent 97db075e45
commit befb0f7868
15 changed files with 664 additions and 147 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ _rand_bytes :: proc (dst: []byte) {
}
}
_has_rand_bytes :: proc () -> bool {
_has_rand_bytes :: proc() -> bool {
return true
}