diff options
Diffstat (limited to 'beep.c')
-rw-r--r-- | beep.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#include <stdio.h> + +main () { + int i = 1; + while ((getchar() != 27) && (i != 50)) { + printf("\a"); + i++; + } +} |
index : c-stuff | ||
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |