blob: 854a65d3cc780cce11ffbd40da87c2c78473877d [file] [log] [blame]
Ingo Molnard795a652013-09-30 14:55:31 +02001#include <libaudit.h>
2
3int main(void)
4{
5 printf("error message: %s\n", audit_errno_to_name(0));
6 return audit_open();
7}