199aea579SAlex Brachet//===-- C standard library header stdio.h ---------------------------------===// 299aea579SAlex Brachet// 399aea579SAlex Brachet// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 499aea579SAlex Brachet// See https://llvm.org/LICENSE.txt for license information. 599aea579SAlex Brachet// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 699aea579SAlex Brachet// 799aea579SAlex Brachet//===----------------------------------------------------------------------===// 899aea579SAlex Brachet 999aea579SAlex Brachet#ifndef LLVM_LIBC_STDIO_H 1099aea579SAlex Brachet#define LLVM_LIBC_STDIO_H 1199aea579SAlex Brachet 12*cdbec7baSNick Desaulniers#include "__llvm-libc-common.h" 13*cdbec7baSNick Desaulniers#include "llvm-libc-macros/file-seek-macros.h" 14*cdbec7baSNick Desaulniers#include "llvm-libc-macros/stdio-macros.h" 1599aea579SAlex Brachet 1616d5c242SMichael Jones#include <stdarg.h> 1716d5c242SMichael Jones 1899aea579SAlex Brachet%%public_api() 1999aea579SAlex Brachet 2099aea579SAlex Brachet#endif // LLVM_LIBC_STDIO_H 21