/* * $Id: string.h,v 1.1 2007/10/16 08:41:04 init Exp $ */ #ifndef _LIBKERN_STRING_H #define _LIBKERN_STRING_H int strncmp(const char *s1, const char *s2, const uint32_t len); #endif /* _LIBKERN_STRING_H */