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