We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
If anyone wants to contribute a patch, the guidance is simple: variadic functions don't work.
Sorry, something went wrong.
Change https://golang.org/cl/90415 mentions this issue: cgo: Update documentation on calling C variadic functions
cgo: Update documentation on calling C variadic functions
67d276c
cgo: update documentation on calling C variadic functions
2919810
The current implementation does not support calling C variadic functions (as discussed in golang#975). Document that. Fixes golang#23537 Change-Id: If4c684a3d135f3c2782a720374dc4c07ea66dcbb Reviewed-on: https://go-review.googlesource.com/90415 Reviewed-by: Ian Lance Taylor <[email protected]>
No branches or pull requests
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: