index
:
skalibs
2.11.0.0
main
The skarnet.org C programming library
ska-skaware@skarnet.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sysdeps
/
trystrnlen.c
blob: 7ebab53585930f80f1ef9877560e5464c293c3b0 (
plain
)
1
2
3
4
5
6
7
8
/* ISC license. */ #include <string.h> int main (void) { return strnlen("/", 1) ; }