clang
24.0.0git
lib
Headers
zos_wrappers
stdlib.h
Go to the documentation of this file.
1
/*===----------------------------- stdlib.h --------------------------------===
2
*
3
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
* See https://llvm.org/LICENSE.txt for license information.
5
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
*
7
*===-----------------------------------------------------------------------===
8
*/
9
10
#ifndef __ZOS_WRAPPERS_STDLIB_H
11
#define __ZOS_WRAPPERS_STDLIB_H
12
#if __has_include_next(<stdlib.h>)
13
#include_next <stdlib.h>
14
#ifdef _EXT
15
#ifndef __CS1
16
#undef __cs
17
#endif
18
#endif
/* _EXT */
19
#endif
/* __has_include_next(<stdlib.h>) */
20
#endif
/* __ZOS_WRAPPERS_STDLIB_H */
Generated on
for clang by
1.14.0