1 /* Test of <stdlib.h> substitute in C++ mode.
2 Copyright (C) 2010-2020 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 <https://www.gnu.org/licenses/>. */
17 /* Written by Bruno Haible <bruno@clisp.org>, 2010. */
19 #define GNULIB_NAMESPACE gnulib
24 #include "signature.h"
28 SIGNATURE_CHECK (GNULIB_NAMESPACE::_Exit
, void, (int));
31 //SIGNATURE_CHECK (GNULIB_NAMESPACE::atexit, int, (void (*) (void)));
34 SIGNATURE_CHECK (GNULIB_NAMESPACE::atoll
, long long, (const char *));
37 #if GNULIB_TEST_CALLOC_POSIX
38 SIGNATURE_CHECK (GNULIB_NAMESPACE::calloc
, void *, (size_t, size_t));
41 #if GNULIB_TEST_CANONICALIZE_FILE_NAME
42 SIGNATURE_CHECK (GNULIB_NAMESPACE::canonicalize_file_name
, char *,
46 #if GNULIB_TEST_GETLOADAVG
47 SIGNATURE_CHECK (GNULIB_NAMESPACE::getloadavg
, int, (double[], int));
50 #if GNULIB_TEST_GETSUBOPT
51 SIGNATURE_CHECK (GNULIB_NAMESPACE::getsubopt
, int,
52 (char **, char *const *, char **));
55 #if GNULIB_TEST_GRANTPT
56 SIGNATURE_CHECK (GNULIB_NAMESPACE::grantpt
, int, (int));
59 #if GNULIB_TEST_MALLOC_POSIX
60 SIGNATURE_CHECK (GNULIB_NAMESPACE::malloc
, void *, (size_t));
63 #if GNULIB_TEST_MBTOWC
64 SIGNATURE_CHECK (GNULIB_NAMESPACE::mbtowc
, int,
65 (wchar_t *, const char *, size_t));
68 #if GNULIB_TEST_MKDTEMP
69 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkdtemp
, char *, (char *));
72 #if GNULIB_TEST_MKOSTEMP
73 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkostemp
, int, (char *, int));
76 #if GNULIB_TEST_MKOSTEMPS
77 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkostemps
, int, (char *, int, int));
80 #if GNULIB_TEST_MKSTEMP
81 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkstemp
, int, (char *));
84 #if GNULIB_TEST_MKSTEMPS
85 SIGNATURE_CHECK (GNULIB_NAMESPACE::mkstemps
, int, (char *, int));
88 #if GNULIB_TEST_POSIX_OPENPT
89 SIGNATURE_CHECK (GNULIB_NAMESPACE::posix_openpt
, int, (int));
92 #if GNULIB_TEST_PTSNAME
93 SIGNATURE_CHECK (GNULIB_NAMESPACE::ptsname
, char *, (int));
96 #if GNULIB_TEST_PTSNAME_R
97 SIGNATURE_CHECK (GNULIB_NAMESPACE::ptsname_r
, int, (int, char *, size_t));
100 #if GNULIB_TEST_PUTENV
101 SIGNATURE_CHECK (GNULIB_NAMESPACE::putenv
, int, (char *));
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 *));
110 #if GNULIB_TEST_RANDOM
111 SIGNATURE_CHECK (GNULIB_NAMESPACE::random
, long, (void));
114 #if GNULIB_TEST_RANDOM
115 SIGNATURE_CHECK (GNULIB_NAMESPACE::srandom
, void, (unsigned int));
118 #if GNULIB_TEST_RANDOM
119 SIGNATURE_CHECK (GNULIB_NAMESPACE::initstate
, char *,
120 (unsigned int, char *, size_t));
123 #if GNULIB_TEST_RANDOM
124 SIGNATURE_CHECK (GNULIB_NAMESPACE::setstate
, char *, (char *));
127 #if GNULIB_TEST_RANDOM_R
128 SIGNATURE_CHECK (GNULIB_NAMESPACE::random_r
, int,
129 (struct random_data
*, int32_t *));
132 #if GNULIB_TEST_RANDOM_R
133 SIGNATURE_CHECK (GNULIB_NAMESPACE::srandom_r
, int,
134 (unsigned int, struct random_data
*));
137 #if GNULIB_TEST_RANDOM_R
138 SIGNATURE_CHECK (GNULIB_NAMESPACE::initstate_r
, int,
139 (unsigned int, char *, size_t, struct random_data
*));
142 #if GNULIB_TEST_RANDOM_R
143 SIGNATURE_CHECK (GNULIB_NAMESPACE::setstate_r
, int,
144 (char *, struct random_data
*));
147 #if GNULIB_TEST_REALLOC_POSIX
148 SIGNATURE_CHECK (GNULIB_NAMESPACE::realloc
, void *, (void *, size_t));
151 #if GNULIB_TEST_REALPATH
152 SIGNATURE_CHECK (GNULIB_NAMESPACE::realpath
, char *, (const char *, char *));
155 #if GNULIB_TEST_RPMATCH
156 SIGNATURE_CHECK (GNULIB_NAMESPACE::rpmatch
, int, (const char *));
159 #if GNULIB_TEST_SECURE_GETENV
160 SIGNATURE_CHECK (GNULIB_NAMESPACE::secure_getenv
, char *, (char const *));
163 #if GNULIB_TEST_SETENV
164 SIGNATURE_CHECK (GNULIB_NAMESPACE::setenv
, int,
165 (const char *, const char *, int));
168 #if GNULIB_TEST_STRTOD
169 SIGNATURE_CHECK (GNULIB_NAMESPACE::strtod
, double, (const char *, char **));
172 #if GNULIB_TEST_STRTOLL
173 SIGNATURE_CHECK (GNULIB_NAMESPACE::strtoll
, long long,
174 (const char *, char **, int));
177 #if GNULIB_TEST_STRTOULL
178 SIGNATURE_CHECK (GNULIB_NAMESPACE::strtoull
, unsigned long long,
179 (const char *, char **, int));
182 #if GNULIB_TEST_UNLOCKPT
183 SIGNATURE_CHECK (GNULIB_NAMESPACE::unlockpt
, int, (int));
186 #if GNULIB_TEST_UNSETENV
187 SIGNATURE_CHECK (GNULIB_NAMESPACE::unsetenv
, int, (const char *));
190 #if GNULIB_TEST_WCTOMB
191 SIGNATURE_CHECK (GNULIB_NAMESPACE::wctomb
, int, (char *, wchar_t));