/* Mock Musl function for timezone information - no databases available. */ void __secs_to_zone(longlong t, int local, int* isdst, long* offset, long* oppoff, constchar** zonename) { /* UTC+0 */
*isdst = 0;
*offset = 0; if (oppoff)
*oppoff = 0;
*zonename = "UTC";
}
/* sys/time.h is not quite right for ALL_SOURCE, so declare the last argument as
* void* */ int settimeofday(conststruct timeval* tv, constvoid* tz) { return EPERM;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-27)
¤
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.