/* * default ONEW_BEEP */ #include <stdio.h> ONEW_BEEP(second) { printf("\007"); fflush(stdout); sleep(second); }