sysbeep
sysbeep(pitch, duration);
sysbeep(500, hz);
sysbeep((time_uptime % 5) * 100 + 500, hz/8);
int sysbeep (int pitch, int period);