varargs in spin?
sssidney
Posts: 64
Hi,
Is there a way to implement, or does it already exist, a C varargs type functionality (variable number of function args) in spin?
Thanks,
Dave
Is there a way to implement, or does it already exist, a C varargs type functionality (variable number of function args) in spin?
Thanks,
Dave
Comments
-Phil
-Phil
-Phil
I've implemented a formatted print like that.
Of course it had a format string:
print("Iteration: %d %x\n", p(n) + p(n))