added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / input / locale.h
blobe57c785fd257b20fa691af4d7b91617d7cf8b07a
1 #ifndef _LOCALE_H_
2 #define _LOCALE_H_
4 /*
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 $Id: locale.h 21050 2004-02-23 12:38:53Z chodorowski $
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 VOID Locale_Initialize(VOID);
21 VOID Locale_Deinitialize(VOID);
23 #endif /* _LOCALE_H_ */