Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v242-stable
/
.
/
src
/
shared
/
id128-print.h
blob: 5d50de0fc89abeb7f7cbeecafc72ffba12f6b091 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
#include
<stdbool.h>
#include
"sd-id128.h"
int
id128_pretty_print
(
sd_id128_t
id
,
bool
pretty
);
int
id128_print_new
(
bool
pretty
);