You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation does not support calling C variadic
functions (as discussed in golang#975). Document that.
Fixesgolang#23537
Change-Id: If4c684a3d135f3c2782a720374dc4c07ea66dcbb
Reviewed-on: https://go-review.googlesource.com/90415
Reviewed-by: Ian Lance Taylor <iant@golang.org>
So far, there's nothing about variadic functions at https://golang.org/cmd/cgo/ . Neither variadic function in C nor variadic function in Go.
Relevant to #975.
The text was updated successfully, but these errors were encountered: