Update.
[glibc.git] / db2 / include / clib_ext.h
blobf5510a1629cb41b1423a30efb968dd74d51ab449
1 /* DO NOT EDIT: automatically built by dist/distrib. */
2 #ifndef _clib_ext_h_
3 #define _clib_ext_h_
4 #ifdef __STDC__
5 void err __P((int eval, const char *, ...));
6 #else
7 void err();
8 #endif
9 #ifdef __STDC__
10 void errx __P((int eval, const char *, ...));
11 #else
12 void errx();
13 #endif
14 #ifdef __STDC__
15 void warn __P((const char *, ...));
16 #else
17 void warn();
18 #endif
19 #ifdef __STDC__
20 void warnx __P((const char *, ...));
21 #else
22 void warnx();
23 #endif
24 #ifndef HAVE_GETCWD
25 char *getcwd __P((char *, size_t));
26 #endif
27 void get_long __P((char *, long, long, long *));
28 #ifndef HAVE_GETOPT
29 int getopt __P((int, char * const *, const char *));
30 #endif
31 #ifndef HAVE_MEMCMP
32 int memcmp __P((const void *, const void *, size_t));
33 #endif
34 #ifndef HAVE_MEMCPY
35 void *memcpy __P((void *, const void *, size_t));
36 #endif
37 #ifndef HAVE_MEMMOVE
38 void *memmove __P((void *, const void *, size_t));
39 #endif
40 #ifndef HAVE_MEMCPY
41 void *memcpy __P((void *, const void *, size_t));
42 #endif
43 #ifndef HAVE_MEMMOVE
44 void *memmove __P((void *, const void *, size_t));
45 #endif
46 #ifndef HAVE_RAISE
47 int raise __P((int));
48 #endif
49 #ifndef HAVE_SNPRINTF
50 #ifdef __STDC__
51 int snprintf __P((char *, size_t, const char *, ...));
52 #else
53 int snprintf();
54 #endif
55 #endif
56 #ifndef HAVE_STRERROR
57 char *strerror __P((int));
58 #endif
59 #ifndef HAVE_STRSEP
60 char *strsep __P((char **, const char *));
61 #endif
62 #ifndef HAVE_VSNPRINTF
63 int vsnprintf();
64 #endif
65 #endif /* _clib_ext_h_ */