When I use this code:
Code:
sound(2000,4000);
An error comes up saying:
too many arguments to function 'void
I am using DJGPP if that helps.
I tried it with and without void in the main int.
But the same error came up both ways.

Thanks, Cool-August.