Sign in
zircon-guest
/
third_party
/
linux
/
1550ec458e0cf1a40a170ab1f4c46e3f52860f65
/
.
/
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
();
}