1 /* _PDCLIB_mb_cur_max( void )
3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
9 #include <_PDCLIB_locale.h>
10 #include <_PDCLIB_encoding.h>
12 size_t _PDCLIB_mb_cur_max( void )
14 return _PDCLIB_threadlocale()->_Codec->__mb_max;
20 #include <_PDCLIB_test.h>
24 TESTCASE( NO_TESTDRIVER );