This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/locale.h

12 lines
277 B
C

/* Locale.h - stub redirector for either _loc.h or locale.stl
*/
#if !defined(__cplusplus)
# include <_loc.h>
#else /* __cplusplus */
# include <_loc.h>
# if defined(__USING_STD_NAMES__)
# include <locale.stl>
# endif /* __USING_STD_NAMES__ */
#endif /* __cplusplus */