GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
New sleepmon statistics
[mirrors/Programs.git]
/
c
/
kbhit.c
Commit
Line
Data
21c4e167
H
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.109668 seconds
and
4
git commands to generate.