go issue8756 源码
golang issue8756 代码
文件路径:/misc/cgo/test/testdata/issue8756/issue8756.go
package issue8756
/*
#cgo LDFLAGS: -lm
#include <math.h>
*/
import "C"
func Pow() {
C.pow(1, 2)
}
相关信息
相关文章
0
赞
热门推荐
-
2、 优质文章
-
3、 gt
-
8、 openharmony
-
9、 golang
-
10、 Vue中input框自动聚焦