index
:
mirror/skarnet.org/skalibs
this commit
2.11.0.0
main
master
mirror of git://git.skarnet.org/skalibs
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sysdeps
/
trystrnlen.c
blob: 7ebab53585930f80f1ef9877560e5464c293c3b0 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
/* ISC license. */ #include <string.h> int main (void) { return strnlen("/", 1) ; }