Sign in
zircon-guest
/
third_party
/
linux
/
b5b1404d0815894de0690de8a1ab58269e56eae6
/
.
/
tools
/
build
/
feature
/
test-libaudit.c
blob: f5b0863fa1ec240795339428d8deed98a946d405 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<libaudit.h>
extern
int
printf
(
const
char
*
format
,
...);
int
main
(
void
)
{
printf
(
"error message: %s\n"
,
audit_errno_to_name
(
0
));
return
audit_open
();
}