Reply to void?
If you don't have an account, just leave the password field blank.
I'm wondering if anyone knows whether or not the "void"s that appear between the parentheses here are necessary or if the script works just as well without them:
void main( void )
{
...
}
Thank ye in advance for your answers.
void main( void )
{
...
}
Thank ye in advance for your answers.