sd_id128_from_string (3) Linux Manual Page
sd_id128_to_string, sd_id128_from_string – Format or parse 128-bit IDs as strings Synopsis #include <systemd/sd-id128.h> char *sd_id128_to_string(sd_id128_t id, char s[33]); int sd_id128_from_string(const char *s, sd_id128_t *ret); Description sd_id128_to_string() formats a 128-bit ID as a character string. It expects the ID and a string array capable of storing 33 characters. The ID will be formatted as 32 lowercase…
