This application uses Windows API by including inbuilt windows.h in C to use Beep() function. We can:
- Devise a way to incorporate Windows API in non-Windows OS so that
Beep() function can be accessed by C compiler in those OSes.
Or...
- Use an alternative/equivalent function for
Beep() - a function which intakes frequency value & time value to produce a sound beep.
Please add suitable code/ code files and create a PR or comment suggestive ways!
This application uses Windows API by including inbuilt
windows.hin C to useBeep()function. We can:Beep()function can be accessed by C compiler in those OSes.Or...
Beep()- a function which intakes frequency value & time value to produce a sound beep.Please add suitable code/ code files and create a PR or comment suggestive ways!