std_cstdlib.h revision 97403
1205407Srdivacky// -*- C++ -*- forwarding header.
2205407Srdivacky
3205407Srdivacky// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
4205407Srdivacky//
5205407Srdivacky// This file is part of the GNU ISO C++ Library.  This library is free
6205407Srdivacky// software; you can redistribute it and/or modify it under the
7205407Srdivacky// terms of the GNU General Public License as published by the
8205407Srdivacky// Free Software Foundation; either version 2, or (at your option)
9205407Srdivacky// any later version.
10205407Srdivacky
11205407Srdivacky// This library is distributed in the hope that it will be useful,
12205407Srdivacky// but WITHOUT ANY WARRANTY; without even the implied warranty of
13249423Sdim// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14243830Sdim// GNU General Public License for more details.
15218893Sdim
16249423Sdim// You should have received a copy of the GNU General Public License along
17205407Srdivacky// with this library; see the file COPYING.  If not, write to the Free
18205407Srdivacky// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19205407Srdivacky// USA.
20206083Srdivacky
21205407Srdivacky// As a special exception, you may use this file as part of a free software
22208599Srdivacky// library without restriction.  Specifically, if other files instantiate
23206083Srdivacky// templates or use macros or inline functions from this file, or you compile
24218893Sdim// this file and link it with other files to produce an executable, this
25218893Sdim// file does not by itself cause the resulting executable to be covered by
26205407Srdivacky// the GNU General Public License.  This exception does not however
27205407Srdivacky// invalidate any other reasons why the executable file might be covered by
28205407Srdivacky// the GNU General Public License.
29205407Srdivacky
30205407Srdivacky//
31205407Srdivacky// ISO C++ 14882: 20.4.6  C library
32205407Srdivacky//
33205407Srdivacky
34205407Srdivacky#ifndef _CPP_CSTDLIB
35205407Srdivacky#define _CPP_CSTDLIB 1
36205407Srdivacky
37205407Srdivacky#pragma GCC system_header
38205407Srdivacky
39205407Srdivacky#include_next <stdlib.h>
40243830Sdim
41243830Sdim#endif
42205407Srdivacky