Add a generic scalb implementation
[glibc.git] / include / err.h
blob7c05cd1dbb2134850dfb6514dbfb13f5374ed012
1 #ifndef _ERR_H
2 #include <misc/err.h>
4 /* Prototypes for internal err.h functions. */
5 void
6 __vwarnx_internal (const char *format, __gnuc_va_list ap,
7 unsigned int mode_flags);
9 void
10 __vwarn_internal (const char *format, __gnuc_va_list ap,
11 unsigned int mode_flags);
13 # ifndef _ISOMAC
15 libc_hidden_proto (warn)
16 libc_hidden_proto (warnx)
17 libc_hidden_proto (vwarn)
18 libc_hidden_proto (vwarnx)
19 libc_hidden_proto (verr)
20 libc_hidden_proto (verrx)
22 # endif /* !_ISOMAC */
23 #endif /* err.h */