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

#include "pace/math.h"

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