- Update stm32f7_discovery target description
[AROS.git] / workbench / system / find / locale.h
blob07371f34e723cb796e10a40b1dcae9c3f0ca8490
1 #ifndef _LOCALE_H_
2 #define _LOCALE_H_
4 /*
5 Copyright © 2016, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
11 #define CATCOMP_NUMBERS
12 #include "strings.h"
14 /*** Prototypes *************************************************************/
15 /* Main *********************************************************************/
16 CONST_STRPTR _(ULONG ID); /* Get a message, as a STRPTR */
17 #define __(id) ((IPTR) _(id)) /* Get a message, as an IPTR */
19 /* Setup ********************************************************************/
20 BOOL Locale_Initialize(VOID);
21 VOID Locale_Deinitialize(VOID);
23 #endif /* _LOCALE_H_ */