runtime: Float, Time

This commit is contained in:
xushiwei
2024-05-07 07:32:25 +08:00
parent 025cff9494
commit 0edeb5cfd0
3 changed files with 8 additions and 7 deletions

View File

@@ -27,15 +27,12 @@ const (
)
type (
Char = int8
Char = c.Char
Int = c.Int
Uint = c.Uint
Float = float32
Float = c.Float
)
//go:linkname Time C.time
func Time(*int32) int32
// -----------------------------------------------------------------------------
/*