示例#1
0
文件: what.go 项目: ttjoseph/mmdevel
func Atof32(s string) float32 { return float32(C.atof(C.CString(s))) }
示例#2
0
文件: what.go 项目: ttjoseph/mmdevel
func Atof64(s string) float64 { return float64(C.atof(C.CString(s))) }