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

Annotation of funnyos/libkern/string.h, Revision 1.1.1.1

1.1       init        1: /*
                      2:  * $Id: string.h,v 1.1.1.1 2007/10/12 08:40:38 init Exp $
                      3:  */
                      4: #ifndef _LIBKERN_STRING_H
                      5: #define _LIBKERN_STRING_H
                      6:
                      7: int    strncmp(const char *s1, const char *s2, const uint32_t len);
                      8:
                      9: #endif /* _LIBKERN_STRING_H */
                     10:

CVSweb