Home | History | Annotate | Line # | Download | only in libkern
libkern.h revision 1.1.4.2
      1  1.1.4.2  ad /*	$NetBSD: libkern.h,v 1.1.4.2 2006/11/18 21:29:14 ad Exp $	*/
      2  1.1.4.2  ad 
      3  1.1.4.2  ad /*
      4  1.1.4.2  ad  * Fake libkern.h for the few files we borrow from sys/lib/libsa
      5  1.1.4.2  ad  */
      6  1.1.4.2  ad #ifndef _LIB_LIBKERN_LIBKERN_H_
      7  1.1.4.2  ad #define _LIB_LIBKERN_LIBKERN_H_
      8  1.1.4.2  ad 
      9  1.1.4.2  ad #include <sys/types.h>
     10  1.1.4.2  ad 
     11  1.1.4.2  ad size_t strlen(const char *string);
     12  1.1.4.2  ad 
     13  1.1.4.2  ad #endif /* !_LIB_LIBKERN_LIBKERN_H_ */
     14