2 Copyright © 2012-2013, The AROS Development Team. All rights reserved.
5 Get the MB_CUR_MAX value
6 This function is both in static linklib as in stdc.library.
8 #include <libraries/stdc.h>
10 int __stdc_mb_cur_max(void)
12 return __aros_getbase_StdCBase()->mb_cur_max
;