1 /* DO NOT EDIT: automatically built by dist/distrib. */
5 void err
__P((int eval
, const char *, ...));
10 void errx
__P((int eval
, const char *, ...));
15 void warn
__P((const char *, ...));
20 void warnx
__P((const char *, ...));
25 char *getcwd
__P((char *, size_t));
27 void get_long
__P((char *, long, long, long *));
29 int getopt
__P((int, char * const *, const char *));
32 int memcmp
__P((const void *, const void *, size_t));
35 void *memcpy
__P((void *, const void *, size_t));
38 void *memmove
__P((void *, const void *, size_t));
41 void *memcpy
__P((void *, const void *, size_t));
44 void *memmove
__P((void *, const void *, size_t));
51 int snprintf
__P((char *, size_t, const char *, ...));
57 char *strerror
__P((int));
60 char *strsep
__P((char **, const char *));
62 #ifndef HAVE_VSNPRINTF
65 #endif /* _clib_ext_h_ */