Enabled some keys which need the alt qualifier (brackets, back slash etc.)
[AROS.git] / compiler / stdc / __stdc_mb_cur_max.c
blob3a7f52efc1c20e237f2a257fd59267f947f12ce8
1 /*
2 Copyright © 2012-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Get the MB_CUR_MAX value
6 This function is both in static linklib as in stdc.library.
7 */
8 #include <libraries/stdc.h>
10 int __stdc_mb_cur_max(void)
12 return __aros_getbase_StdCBase()->mb_cur_max;