Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
58052a74d9b0a8e2aaf6e258c94a32f7c2d3aae6
/
.
/
tools
/
build
/
feature
/
test-libaudit.c
blob: afc019f08641c5d9cd9d8cfeeb69aec7cd1d7687 [
file
] [
log
] [
blame
]
#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
();
}