Path: blob/main/contrib/llvm-project/libc/hdr/stdio_macros.h
213726 views
//===-- Definition of macros from stdio.h --------------------------------===//1//2// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.3// See https://llvm.org/LICENSE.txt for license information.4// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception5//6//===----------------------------------------------------------------------===//78#ifndef LLVM_LIBC_HDR_STDIO_MACROS_H9#define LLVM_LIBC_HDR_STDIO_MACROS_H1011#ifdef LIBC_FULL_BUILD1213#include "include/llvm-libc-macros/file-seek-macros.h"14#include "include/llvm-libc-macros/stdio-macros.h"1516#else // Overlay mode1718#include "stdio_overlay.h"1920#endif // LLVM_LIBC_FULL_BUILD2122#endif // LLVM_LIBC_HDR_STDIO_MACROS_H232425