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