Changed default drawer dimensions to show approximately two rows of
[AROS.git] / compiler / stdc / __optionallibs.h
blob18c4b67c7e27bfeb5907b44dd88c34d54a5b87bc
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 */
5 /* Functions in this include should be used in rest of stdc.library to check
6 if functions of a certain library may be used. If not, alternative should
7 be provided.
8 */
9 int __locale_available(void);
10 int __intuition_available(void);