repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
hpc
/
stand
/
include
/
lib
/
libkern
/
libkern.h
blob
da2c8c652f2613fdaa6f9b5f6632f3eb1456c9c6
1
/* $NetBSD$ */
2
3
/*
4
* Fake libkern.h for the few files we borrow from sys/lib/libsa
5
*/
6
#ifndef _LIB_LIBKERN_LIBKERN_H_
7
#define _LIB_LIBKERN_LIBKERN_H_
8
9
#include <sys/types.h>
10
11
size_t
strlen
(
const char
*
string
);
12
13
#endif
/* !_LIB_LIBKERN_LIBKERN_H_ */