Zeiterfassung (C) 2006 by Vlado Plaga 

A simple stop watch for measuring multiple discontinuous events
simultanously.

Compiling this is rather simple, just type

# gcc zeiterfassung.c -l curses

...and you'll get the executable as a.out / a.exe

Requirements:
- a C Compiler (like the GCC included in most Linux distributions)
- ncurses developer's libraries (part of most Linux distributions)

Note: For whatever reason you cannot say "gcc -l curses zeiterfassung.c" with
the gcc in cygwin, although that is no problem under Linux - it took me a
long time to discover this as the source of my compile problems on Micro$oft Windows
