/usr/include/errmsg_int.h is in libowfat-dev 0.29-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #include <stdarg.h>
void errmsg_puts(int fd,const char* s);
void errmsg_flush(int fd);
void errmsg_start(int fd);
void errmsg_write(int fd,const char* err,const char* message,va_list list);
|