I am studying "C for dummies", in case anyone wants to know. The book says that I have to "#include <dos.h>" to use the functions "sound()", "nosound()" and "delay()". But even when I include it, I get three different warning errors:
Call to function 'sound' with no prototype in function main
Call to function 'delay' with no prototype in function main
Call to function 'nosound' with no prototype in function main
Can somebody please teach me how to solve this problem?
[sig][/sig]
Call to function 'sound' with no prototype in function main
Call to function 'delay' with no prototype in function main
Call to function 'nosound' with no prototype in function main
Can somebody please teach me how to solve this problem?
[sig][/sig]