allows to print dsuid without prior allocation of buffer, modeled after strerror.
Example: printf("some-message %s", strdsuid(dsuid)); Caution: this will not work printf("some-message %s %s", strdsuid(dsuid), strdsuid(dsuid2));
allows to print dsuid without prior allocation of buffer, modeled after strerror.
Example: printf("some-message %s", strdsuid(dsuid)); Caution: this will not work printf("some-message %s %s", strdsuid(dsuid), strdsuid(dsuid2));