Skip to content
Snippets Groups Projects
Commit 1d350dc1 authored by Axel Naumann's avatar Axel Naumann
Browse files

[core] Remove unused core/clib/inc/LinkDef.h.

parent 0e9679d4
No related branches found
No related tags found
No related merge requests found
#include "core/base/inc/LinkDef1.h"
#include "core/base/inc/LinkDef2.h"
#include "core/base/inc/LinkDef3.h"
#include "core/clib/inc/LinkDef.h"
#include "core/cont/inc/LinkDef.h"
#include "core/meta/inc/LinkDef.h"
......
/* @(#)root/clib:$Id$ */
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
#ifdef __CINT__
#pragma link C++ function strlcpy(char *, const char *, size_t);
#pragma link C++ function strlcat(char *, const char *, size_t);
#pragma link C++ function snprintf(char *, size_t, const char *, ...);
// Over-ride the CINT hand coded dictionary to allow for full
// parameter conversion resolution.
char *strtok(char *str, const char *delim);
#pragma link C++ function strtok;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment