update deps

This commit is contained in:
Aine
2024-05-19 15:13:18 +03:00
parent cfe31d89b9
commit f91691bc7c
17 changed files with 5071 additions and 2627 deletions

View File

@@ -1036,7 +1036,11 @@ func Xuuid_parse(t *TLS, in uintptr, uu uintptr) int32 {
// void uuid_generate_random(uuid_t out);
func Xuuid_generate_random(t *TLS, out uintptr) {
panic(todo(""))
if __ccgo_strace {
trc("t=%v out=%v, (%v:)", t, out, origin(2))
}
x := guuid.New()
copy((*RawMem)(unsafe.Pointer(out))[:], x[:])
}
// void uuid_unparse(uuid_t uu, char *out);