/* Sounds speaker */ #define MAIN #include void main(void) { sound(100, 9); sound(1000, 18); }