llvm-project/libc/include/llvm-libc-macros/stdlib-macros.h

15 lines
523 B
C

//===-- Definition of macros to be used with stdlib functions ----------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef __LLVM_LIBC_MACROS_STDLIB_MACROS_H
#define __LLVM_LIBC_MACROS_STDLIB_MACROS_H
#define RAND_MAX 32767
#endif // __LLVM_LIBC_MACROS_STDLIB_MACROS_H