Improvements to comments etc.
[AROS.git] / compiler / include / aros / locale.h
blob29172258255cf51d0e09b7ef3dace71257549297
1 #ifndef _AROS_LOCALE_H
2 #define _AROS_LOCALE_H
4 #include <aros/system.h>
6 #define GetString(ID) \
7 ({ \
8 extern const char *__CONCAT(ID, _STR); \
10 __CONCAT(ID, _STR); \
11 })
13 #endif /* !_AROS_LOCALE_H */