| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
More standard this way.
|
| |
|
|
|
| |
Since this thing runs many times a second, but is very small, optimise
aggressively.
|
| |
|
|
|
|
|
| |
Yep, `hostname` is a `const char *` too, even though it's potentially
being assigned to. This is
[unintuitive](http://stackoverflow.com/a/9834194/777586), but
intentional.
|
| |
|
|
| |
`usleep` is removed from POSIX C11.
|
| |
|
|
| |
Constants are type-checked; macros aren't.
|
| |
|
|
|
| |
Having taken all reasonable measures to reach the author, I'll rename to
avoid confusion.
|
|
|
Straight from https://www.eigenheimstrasse.de/~ben/keyspeedapplet/xspy.c
|