// Get the presiding config string, in the following order of priority: // 1. Environment variables. // 2. System properties, in the order they're specified in sys_prop_names. // If neither of these options are specified (or they're both an empty string), // this function returns false. Otherwise, it returns true, and the presiding // options string is written to the `options` buffer of size `size`. If this // function returns true, `options` is guaranteed to be null-terminated. // `options_size` should be at least PROP_VALUE_MAX.
__LIBC_HIDDEN__ bool get_config_from_env_or_sysprops(constchar* env_var_name, constchar* const* sys_prop_names,
size_t sys_prop_names_size, char* options,
size_t options_size);
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet am 2026-06-28)
¤
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.