00001 /* @(#)root/base:$Id: Strlen.h 20877 2007-11-19 11:17:07Z rdm $ */ 00002 00003 /************************************************************************* 00004 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00005 * All rights reserved. * 00006 * * 00007 * For the licensing terms see $ROOTSYS/LICENSE. * 00008 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00009 *************************************************************************/ 00010 00011 #ifndef ROOT_Strlen 00012 #define ROOT_Strlen 00013 00014 #ifndef ROOT_RConfig 00015 #include "RConfig.h" 00016 #endif 00017 00018 #ifdef NEED_STRING 00019 #include <string.h> 00020 #endif 00021 00022 #endif