Merge pull request #617 from xushiwei/q

library: math/rand
This commit is contained in:
xushiwei
2024-07-30 21:50:22 +08:00
committed by GitHub
13 changed files with 1342 additions and 19 deletions

3
c/c.go
View File

@@ -227,9 +227,6 @@ func Perror(s *Char)
// -----------------------------------------------------------------------------
//go:linkname Time C.time
func Time(*int32) int32
//go:linkname Usleep C.usleep
func Usleep(useconds Uint) Int