summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/locale.c
blob: 3f818716edaadaf6b22e4bb778eabc3c1546d3ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $Id$

 * =============================================================================
 *
 * = LIBRARY
 *    pace
 *
 * = FILENAME
 *    pace/posix/locale.c
 *
 * = AUTHOR
 *    Joe Hoffert
 *
 * ============================================================================= */

#include "pace/locale.h"

#if !defined (PACE_HAS_INLINE)
# include "pace/posix/locale.inl"
#endif /* ! PACE_HAS_INLINE */