stdio.h revision 1.9
1193326Sed// TR1 stdio.h -*- C++ -*-
2193326Sed
3193326Sed// Copyright (C) 2006-2018 Free Software Foundation, Inc.
4193326Sed//
5193326Sed// This file is part of the GNU ISO C++ Library.  This library is free
6193326Sed// software; you can redistribute it and/or modify it under the
7193326Sed// terms of the GNU General Public License as published by the
8193326Sed// Free Software Foundation; either version 3, or (at your option)
9193326Sed// any later version.
10193326Sed
11193326Sed// This library is distributed in the hope that it will be useful,
12193326Sed// but WITHOUT ANY WARRANTY; without even the implied warranty of
13193326Sed// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14193326Sed// GNU General Public License for more details.
15212904Sdim
16202379Srdivacky// Under Section 7 of GPL version 3, you are granted additional
17193326Sed// permissions described in the GCC Runtime Library Exception, version
18203955Srdivacky// 3.1, as published by the Free Software Foundation.
19212904Sdim
20239462Sdim// You should have received a copy of the GNU General Public License and
21193326Sed// a copy of the GCC Runtime Library Exception along with this program;
22193326Sed// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23223017Sdim// <http://www.gnu.org/licenses/>.
24218893Sdim
25226633Sdim/** @file tr1/stdio.h
26198092Srdivacky *  This is a TR1 C++ Library header.
27193326Sed */
28249423Sdim
29249423Sdim#ifndef _TR1_STDIO_H
30249423Sdim#define _TR1_STDIO_H 1
31249423Sdim
32249423Sdim#include <tr1/cstdio>
33249423Sdim
34249423Sdim#endif
35249423Sdim