1N/A/* DO NOT EDIT: automatically built by dist/distrib. */
1N/A#ifndef _clib_ext_h_
1N/A#define _clib_ext_h_
1N/A#ifdef __STDC__
1N/Avoid err __P((int eval, const char *, ...));
1N/A#else
1N/Avoid err();
1N/A#endif
1N/A#ifdef __STDC__
1N/Avoid errx __P((int eval, const char *, ...));
1N/A#else
1N/Avoid errx();
1N/A#endif
1N/A#ifdef __STDC__
1N/Avoid warn __P((const char *, ...));
1N/A#else
1N/Avoid warn();
1N/A#endif
1N/A#ifdef __STDC__
1N/Avoid warnx __P((const char *, ...));
1N/A#else
1N/Avoid warnx();
1N/A#endif
1N/A#ifndef HAVE_GETCWD
1N/Achar *getcwd __P((char *, size_t));
1N/A#endif
1N/Avoid get_long __P((char *, long, long, long *));
1N/A#ifndef HAVE_GETOPT
1N/Aint getopt __P((int, char * const *, const char *));
1N/A#endif
1N/A#ifndef HAVE_MEMCMP
1N/Aint memcmp __P((const void *, const void *, size_t));
1N/A#endif
1N/A#ifndef HAVE_MEMCPY
1N/Avoid *memcpy __P((void *, const void *, size_t));
1N/A#endif
1N/A#ifndef HAVE_MEMMOVE
1N/Avoid *memmove __P((void *, const void *, size_t));
1N/A#endif
1N/A#ifndef HAVE_RAISE
1N/Aint raise __P((int));
1N/A#endif
1N/A#ifndef HAVE_SNPRINTF
1N/A#ifdef __STDC__
1N/Aint snprintf __P((char *, size_t, const char *, ...));
1N/A#else
1N/Aint snprintf();
1N/A#endif
1N/A#endif
1N/A#ifndef HAVE_STRERROR
1N/Achar *strerror __P((int));
1N/A#endif
1N/A#ifndef HAVE_STRSEP
1N/Achar *strsep __P((char **, const char *));
1N/A#endif
1N/A#ifndef HAVE_VSNPRINTF
1N/Aint vsnprintf();
1N/A#endif
1N/A#endif /* _clib_ext_h_ */