Blob Blame History Raw
/* (C) 2002 by Matthias Andree, redistributable according to the terms
* of the GNU General Public License, v2.
*/
#ifndef XSTRDUP_H
#define XSTRDUP_H
char *xstrdup(const char *s);
#endif