PIPS
string.in.h File Reference
#include <stddef.h>
+ Include dependency graph for string.in.h:

Go to the source code of this file.

Macros

#define _   @GUARD_PREFIX@_STRING_H
 A GNU-like <string.h>. More...
 
#define _GL_ATTRIBUTE_PURE   /**empty */
 NetBSD 5.0 mis-defines NULL. More...
 

Macro Definition Documentation

◆ _

#define _   @GUARD_PREFIX@_STRING_H

A GNU-like <string.h>.

Copyright (C) 1995-1996, 2001-2014 Free Software Foundation, Inc.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, 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 General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/.
The include_next requires a split double-inclusion guard.

Definition at line 29 of file string.in.h.

◆ _GL_ATTRIBUTE_PURE

#define _GL_ATTRIBUTE_PURE   /**empty */

NetBSD 5.0 mis-defines NULL.


MirBSD defines mbslen as a macro.
The attribute feature is available in gcc versions 2.5 and later. The attribute pure was added in gcc 2.96.

Definition at line 44 of file string.in.h.