summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/string.c
blob: 4d06077a947a137216c104717486daab4aa33aab (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/string.c
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================= */

#include "pace/string.h"

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