Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
Strlen.h
Go to the documentation of this file.
1/* @(#)root/base:$Id$ */
2
3/*************************************************************************
4 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5 * All rights reserved. *
6 * *
7 * For the licensing terms see $ROOTSYS/LICENSE. *
8 * For the list of contributors see $ROOTSYS/README/CREDITS. *
9 *************************************************************************/
10
11#ifndef ROOT_Strlen
12#define ROOT_Strlen
13
14#include <ROOT/RConfig.hxx>
15
16#ifdef NEED_STRING
17#include <string.h>
18#endif
19
20#endif