revert between 56095 -> 55830 in arch
[AROS.git] / workbench / system / BHFormat / locale.h
blobd0941b8404790bde5e75e3ec3c8ab7c587ffd7d8
1 #ifndef _LOCALE_H
2 #define _LOCALE_H
4 /*
5 Copyright © 2008, 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 STRPTR _(ULONG ID); /* Get a message, as a STRPTR */
17 #define __(id) ((IPTR) _(id)) /* Get a message, as an IPTR */
19 #endif /* _LOCALE_H */