Beep Structure
typedef struct beep_struct
/*Defined in
vv_sys.h
*/
{
int
duration;
/*duration of beep (1/100s of sec)
*/
int
pitch;
/*pitch of beep (Hz)
*/
} BEEP, *BEEPPTR;