[BACK]Return to string.h CVS log [TXT][DIR] Up to [local] / funnyos / libkern

File: [local] / funnyos / libkern / string.h (download)

Revision 1.1, Tue Oct 16 08:41:04 2007 UTC (16 years, 6 months ago) by init
Branch point for: MAIN

Initial revision

/*
 * $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 */