index
:
utils
master
Small, miscellaneous tools that I've found useful
Holden Rohrer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
timer.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/timer.c b/timer.c
index de6bc28..6467ce8 100644
--- a/
timer.c
+++ b/
timer.c
@@ -20,7 +20,7 @@ int main(int argc, char** argv){
fflush(stdout);
sleep(1);
}
- printf("\n");
+ printf("\a\n");
}
return 0;
}