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

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

Revision 1.1.1.1 (vendor branch), Tue Oct 16 08:41:04 2007 UTC (16 years, 7 months ago) by init
Branch: nbrk, MAIN
CVS Tags: init, HEAD
Changes since 1.1: +0 -0 lines

Initial import of funnyos; still much more work to do

/*
 * $Id: string.h,v 1.1.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 */