X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fuchar%2F_PDCLIB_mbsrtoc32s.c;h=0e672e66dfd9c7fecf38cb67d0275689fb20c199;hb=14bc57c5c4d93263e08fe50e67eb61815cd0592f;hp=0571e2c15c3f7715829f0adc08727d9c31b3bb22;hpb=3fc6b339325dcf3f49c90a0fa76a45e438aff79c;p=pdclib diff --git a/functions/uchar/_PDCLIB_mbsrtoc32s.c b/functions/uchar/_PDCLIB_mbsrtoc32s.c index 0571e2c..0e672e6 100644 --- a/functions/uchar/_PDCLIB_mbsrtoc32s.c +++ b/functions/uchar/_PDCLIB_mbsrtoc32s.c @@ -16,7 +16,7 @@ #include <_PDCLIB_encoding.h> #include <_PDCLIB_locale.h> -size_t _PDCLIB_mbsrtoc32s_l +static size_t _PDCLIB_mbsrtoc32s_l ( char32_t *restrict dst, const char **restrict src, @@ -54,6 +54,7 @@ size_t _PDCLIB_mbsrtoc32s( int main( void ) { + TESTCASE( NO_TESTDRIVER ); return TEST_RESULTS; } #endif