-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
implement defining C variadic functions #13914
Conversation
Casual bikeshed: would it make sense to prefix the builtins with "c", like |
Definitely agree with this. It should be made very clear to the user that they're an antipattern when writing Zig and should be used only for compatibility reasons. As a note, is it possible to limit vararg usage to |
It already is limited, look at the added compile error test. |
Ah, my apologies. I missed that bit. |
57c9fb9
to
8d2540c
Compare
implement defining C variadic functions
Based on #6272
Closes #515