/* "alarm" is not available on mingw32, and the SIGALRM constant is not
defined. Don't bother with a spinner in this case. */ #if ! HAVE_ALARM || ! defined (SIGALRM) #define alarm(n) abort() #define signal(sig,func) SIG_ERR #endif
/* An application can update this to get a count printed with the spinner.
If left at 0, no count is printed. */
unsignedlong spinner_count = 0;
int spinner_wanted = -1; /* -1 uninitialized, 1 wanted, 0 not */ int spinner_tick = 1; /* 1 ready to print, 0 not */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.