-/* $Id: xstd.c,v 1.8 2009/03/08 11:41:22 kristaps Exp $ */
+/* $Id: xstd.c,v 1.9 2009/03/08 19:47:41 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
#endif
-int
-xstrncmp(const char *p1, const char *p2, size_t sz)
-{
-
- return(0 == strncmp(p1, p2, sz));
-}
-
int
xstrcmp(const char *p1, const char *p2)
{