compiler/clib: Refactoring code for C99/POSIX.1-2008 separation.
[AROS.git] / workbench / utilities / Snoopy / locale.h
blob15cad1d62cd312d0b9622c3fba1b320e14ea447a
1 #ifndef _LOCALE_H
2 #define _LOCALE_H
4 /*
5 Copyright © 2003-2004, 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 MSG(ULONG id);
18 /* Setup ********************************************************************/
19 VOID Locale_Initialize(VOID);
20 VOID Locale_Deinitialize(VOID);
22 #endif /* _LOCALE_H */