std_cstddef.h revision 97403
1323530Savg// -*- C++ -*- forwarding header.
2323530Savg
3323530Savg// Copyright (C) 2000, 2002 Free Software Foundation, Inc.
4323530Savg//
5323530Savg// This file is part of the GNU ISO C++ Library.  This library is free
6323530Savg// software; you can redistribute it and/or modify it under the
7323530Savg// terms of the GNU General Public License as published by the
8323530Savg// Free Software Foundation; either version 2, or (at your option)
9323530Savg// any later version.
10323530Savg
11323530Savg// This library is distributed in the hope that it will be useful,
12323530Savg// but WITHOUT ANY WARRANTY; without even the implied warranty of
13323530Savg// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14323530Savg// GNU General Public License for more details.
15323530Savg
16323530Savg// You should have received a copy of the GNU General Public License along
17323530Savg// with this library; see the file COPYING.  If not, write to the Free
18323530Savg// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19323530Savg// USA.
20323530Savg
21323530Savg// As a special exception, you may use this file as part of a free software
22323530Savg// library without restriction.  Specifically, if other files instantiate
23323530Savg// templates or use macros or inline functions from this file, or you compile
24323530Savg// this file and link it with other files to produce an executable, this
25323530Savg// file does not by itself cause the resulting executable to be covered by
26323530Savg// the GNU General Public License.  This exception does not however
27323530Savg// invalidate any other reasons why the executable file might be covered by
28323530Savg// the GNU General Public License.
29323530Savg
30323530Savg//
31323530Savg// ISO C++ 14882: 18.1  Types
32323530Savg//
33323530Savg
34323530Savg#ifndef _CPP_CSTDDEF
35323530Savg#define _CPP_CSTDDEF 1
36323530Savg
37323530Savg#pragma GCC system_header
38323530Savg
39323530Savg#include_next <stddef.h>
40323530Savg
41323530Savg#endif
42323530Savg