Reply to Re: The Three Pillars of Dink v1.08
If you don't have an account, just leave the password field blank.
This is a bit of a nitpick, I suppose, but isn't this syntax highly misleading now:
void local_function(void)
The first void should be the return data type, and the second should be the arguments.
void local_function(void)
The first void should be the return data type, and the second should be the arguments.