malloca: Silence a warning from clang's memory sanitizer.
[gnulib.git] / tests / test-stdlib-c++.cc
bloba416b85df721230ee58c61d1bf7276c4d612546d
1 /* Test of <stdlib.h> substitute in C++ mode.
2 Copyright (C) 2010-2017 Free Software Foundation, Inc.
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>. */
17 /* Written by Bruno Haible <bruno@clisp.org>, 2010. */
19 #define GNULIB_NAMESPACE gnulib
20 #include <config.h>
22 #include <stdlib.h>
24 #include "signature.h"
27 #if GNULIB_TEST__EXIT
28 SIGNATURE_CHECK (GNULIB_NAMESPACE::_Exit, void, (int));
29 #endif
31 //SIGNATURE_CHECK (GNULIB_NAMESPACE::atexit, int, (void (*) (void)));
33 #if GNULIB_TEST_ATOLL
34 SIGNATURE_CHECK (GNULIB_NAMESPACE::atoll, long long, (const char *));
35 #endif
37 #if GNULIB_TEST_CALLOC_POSIX
38 SIGNATURE_CHECK (GNULIB_NAMESPACE::calloc, void *, (size_t, size_t));
39 #endif
41 #if GNULIB_TEST_CANONICALIZE_FILE_NAME
42 SIGNATURE_CHECK (GNULIB_NAMESPACE::canonicalize_file_name, char *,
43 (const char *));
44 #endif
46 #if GNULIB_TEST_GETLOADAVG
47 SIGNATURE_CHECK (GNULIB_NAMESPACE::getloadavg, int, (double[], int));
48 #endif
50 #if GNULIB_TEST_GETSUBOPT
51 SIGNATURE_CHECK (GNULIB_NAMESPACE::getsubopt, int,
52 (char **, char *const *, char **));
53 #endif
55 #if GNULIB_TEST_GRANTPT
56 SIGNATURE_CHECK (GNULIB_NAMESPACE::grantpt, int, (int));
57 #endif
59 #if GNULIB_TEST_MALLOC_POSIX
60 SIGNATURE_CHECK (GNULIB_NAMESPACE::malloc, void *, (size_t));
61 #endif
63 #if GNULIB_TEST_MBTOWC
64 SIGNATURE_CHECK (GNULIB_NAMESPACE::mbtowc, int,
65 (wchar_t *, const char *, size_t));
66 #endif
68 #if GNULIB_TEST_MKDTEMP
69 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkdtemp, char *, (char *));
70 #endif
72 #if GNULIB_TEST_MKOSTEMP
73 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkostemp, int, (char *, int));
74 #endif
76 #if GNULIB_TEST_MKOSTEMPS
77 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkostemps, int, (char *, int, int));
78 #endif
80 #if GNULIB_TEST_MKSTEMP
81 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkstemp, int, (char *));
82 #endif
84 #if GNULIB_TEST_MKSTEMPS
85 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkstemps, int, (char *, int));
86 #endif
88 #if GNULIB_TEST_POSIX_OPENPT
89 SIGNATURE_CHECK (GNULIB_NAMESPACE::posix_openpt, int, (int));
90 #endif
92 #if GNULIB_TEST_PTSNAME
93 SIGNATURE_CHECK (GNULIB_NAMESPACE::ptsname, char *, (int));
94 #endif
96 #if GNULIB_TEST_PTSNAME_R
97 SIGNATURE_CHECK (GNULIB_NAMESPACE::ptsname_r, int, (int, char *, size_t));
98 #endif
100 #if GNULIB_TEST_PUTENV
101 SIGNATURE_CHECK (GNULIB_NAMESPACE::putenv, int, (char *));
102 #endif
104 #if GNULIB_TEST_QSORT_R
105 SIGNATURE_CHECK (GNULIB_NAMESPACE::qsort_r, void,
106 (void *, size_t, size_t,
107 int (*) (void const *, void const *, void *), void *));
108 #endif
110 #if GNULIB_TEST_RANDOM
111 SIGNATURE_CHECK (GNULIB_NAMESPACE::random, long, (void));
112 #endif
114 #if GNULIB_TEST_RANDOM
115 SIGNATURE_CHECK (GNULIB_NAMESPACE::srandom, void, (unsigned int));
116 #endif
118 #if GNULIB_TEST_RANDOM
119 SIGNATURE_CHECK (GNULIB_NAMESPACE::initstate, char *,
120 (unsigned int, char *, size_t));
121 #endif
123 #if GNULIB_TEST_RANDOM
124 SIGNATURE_CHECK (GNULIB_NAMESPACE::setstate, char *, (char *));
125 #endif
127 #if GNULIB_TEST_RANDOM_R
128 SIGNATURE_CHECK (GNULIB_NAMESPACE::random_r, int,
129 (struct random_data *, int32_t *));
130 #endif
132 #if GNULIB_TEST_RANDOM_R
133 SIGNATURE_CHECK (GNULIB_NAMESPACE::srandom_r, int,
134 (unsigned int, struct random_data *));
135 #endif
137 #if GNULIB_TEST_RANDOM_R
138 SIGNATURE_CHECK (GNULIB_NAMESPACE::initstate_r, int,
139 (unsigned int, char *, size_t, struct random_data *));
140 #endif
142 #if GNULIB_TEST_RANDOM_R
143 SIGNATURE_CHECK (GNULIB_NAMESPACE::setstate_r, int,
144 (char *, struct random_data *));
145 #endif
147 #if GNULIB_TEST_REALLOC_POSIX
148 SIGNATURE_CHECK (GNULIB_NAMESPACE::realloc, void *, (void *, size_t));
149 #endif
151 #if GNULIB_TEST_REALPATH
152 SIGNATURE_CHECK (GNULIB_NAMESPACE::realpath, char *, (const char *, char *));
153 #endif
155 #if GNULIB_TEST_RPMATCH
156 SIGNATURE_CHECK (GNULIB_NAMESPACE::rpmatch, int, (const char *));
157 #endif
159 #if GNULIB_TEST_SECURE_GETENV
160 SIGNATURE_CHECK (GNULIB_NAMESPACE::secure_getenv, char *, (char const *));
161 #endif
163 #if GNULIB_TEST_SETENV
164 SIGNATURE_CHECK (GNULIB_NAMESPACE::setenv, int,
165 (const char *, const char *, int));
166 #endif
168 #if GNULIB_TEST_STRTOD
169 SIGNATURE_CHECK (GNULIB_NAMESPACE::strtod, double, (const char *, char **));
170 #endif
172 #if GNULIB_TEST_STRTOLL
173 SIGNATURE_CHECK (GNULIB_NAMESPACE::strtoll, long long,
174 (const char *, char **, int));
175 #endif
177 #if GNULIB_TEST_STRTOULL
178 SIGNATURE_CHECK (GNULIB_NAMESPACE::strtoull, unsigned long long,
179 (const char *, char **, int));
180 #endif
182 #if GNULIB_TEST_UNLOCKPT
183 SIGNATURE_CHECK (GNULIB_NAMESPACE::unlockpt, int, (int));
184 #endif
186 #if GNULIB_TEST_UNSETENV
187 SIGNATURE_CHECK (GNULIB_NAMESPACE::unsetenv, int, (const char *));
188 #endif
190 #if GNULIB_TEST_WCTOMB
191 SIGNATURE_CHECK (GNULIB_NAMESPACE::wctomb, int, (char *, wchar_t));
192 #endif
196 main ()