PIPS
stddef.in.h File Reference

Go to the source code of this file.

Macros

#define _   @GUARD_PREFIX@_STDDEF_H
 A substitute for POSIX 2008 <stddef.h>, for platforms that have issues. More...
 
#define wchar_t   int
 On NetBSD 5.0, the definition of NULL lacks proper parentheses. More...
 

Macro Definition Documentation

◆ _

#define _   @GUARD_PREFIX@_STDDEF_H

A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.

Copyright (C) 2009-2011 Free Software Foundation, Inc.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Written by Eric Blake.
Normal invocation convention.
The include_next requires a split double-inclusion guard.

Definition at line 59 of file stddef.in.h.

◆ wchar_t

#define wchar_t   int

On NetBSD 5.0, the definition of NULL lacks proper parentheses.


Some platforms lack wchar_t.

Definition at line 82 of file stddef.in.h.