arch/cpu.resource: remove dead code
[AROS.git] / workbench / classes / zune / betterstring / mcp / C_h.sd
blob069eba96a55b70fc43cd7dfa75a2f21f0f20ca3a
1 ##stringtype C
2 ##shortstrings
3 /***************************************************************************
5  BetterString.mcc - A better String gadget MUI Custom Class
6  Copyright (C) 1997-2000 Allan Odgaard
7  Copyright (C) 2005-2013 by BetterString.mcc Open Source Team
9  This library is free software; you can redistribute it and/or
10  modify it under the terms of the GNU Lesser General Public
11  License as published by the Free Software Foundation; either
12  version 2.1 of the License, or (at your option) any later version.
14  This library is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  Lesser General Public License for more details.
19  BetterString class Support Site:  http://www.sf.net/projects/bstring-mcc/
21  $Id: C_h.sd 395 2013-02-19 19:13:25Z thboeckel $
23 ***************************************************************************/
25 /****************************************************************
26    This file was created automatically by `FlexCat V1.3'
27 ****************************************************************/
29 #ifndef %b_LOCALE_H
30 #define %b_LOCALE_H
31 #include <exec/types.h>
33 #define MSG_Space ((APTR)1)
35 extern const char *GetStr(APTR);
36 extern const char *GetStripStr(APTR);
37 extern void OpenCat(void);
38 extern void CloseCat(void);
40 extern const APTR _%i;\n#define %i ((APTR) &_%i)
42 #endif /* %b_LOCALE_H */