aboutsummaryrefslogtreecommitdiffstats
path: root/test/mem/memlen.c
blob: 1127b2b805ec6d961bb4eccb096e6db43a434001 (plain) (blame)
1
2
3
4
5
#include <mem.h>

static char const buf[] = "Test";

int main(void) { return calt_memlen(buf, '\0', sizeof buf) == 4 ? 0 : 1; }