Somewhere in the tree of windows.h there's a function called "Beep()" that takes a pair of longs, first being the frequency, second being duration (in milliseconds) for output to the PC speaker. I suppose my question comes two ways. First, which sub-header file is this function in so I might look at how it's done. Second, the end goal is to do this in linux, so is there already something that does this in the gcc libraries?
Thanks for your help. ----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
Thanks for your help. ----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light