Hi,

I am writing a morse code converter and I am using the Beep() function in the windows header file to make the beep sounds, but I cannot seem to find an equivalent function for linux, man beep doesn't give me anything. Also a sleep function which allowed sleeping for only fractions of a second would be useful as the sleep function in linux doesn't accept decimals.

Thanks in advance,

Calef13