GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Added experimental makepkg-update-checksums.sh
[mirrors/Programs.git]
/
c
/
kbhit.c
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#include <stdio.h>
2
#include <curses.h>
3
4
int main(void) {
5
//atexit((void *) endwin);
6
//initscr();
7
8
sleep(3);
9
while(1) {
10
printf("%d,", getc(stdin));
11
}
12
}
This page took
0.201296 seconds
and
4
git commands to generate.