/* See LICENSE file for copyright and license details. */ #include "libsimple.h" #ifndef TEST extern inline int libsimple_strnisutf8(const char *, size_t, int); #else #include "test.h" int main(void) { return 0; } #endif