Improve the process for GNU tools
[minix3.git] / external / bsd / mdocml / dist / test-strnlen.c
blob0bb69791c0b4967ea097bcbaaa9279ed17769276
1 #include <string.h>
3 int
4 main(void)
6 const char s[1] = { 'a' };
7 return(1 != strnlen(s, 1));