summaryrefslogtreecommitdiff
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) ;
}