Posts by NotRealyABot • 13 points
1 post
-
1
votes2
answers287
viewsQ: How to make a function use how many arguments are provided to it
Is there any way to make a function use multiple arguments without their declaration? For example: #import<stdio.h> #import"rlutil.h" //para as cores void a(color,string){ setColor(color);…