Skip to content
New issue

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

Add vararg support #4

Open
borodust opened this issue Aug 9, 2021 · 0 comments
Open

Add vararg support #4

borodust opened this issue Aug 9, 2021 · 0 comments

Comments

@borodust
Copy link
Owner

borodust commented Aug 9, 2021

We can't somehow pass ... arguments further onto wrapped function (in case of C++ wrapping) unless there's an equivalent function accepting va_list. We either can get smart or maybe for C++ we should just ignore vararg functions (...) completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant