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

 * =============================================================================
 *
 * = LIBRARY
 *    pace
 *
 * = FILENAME
 *    times.c
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================= */


#include "pace/sys/times.h"


# if !defined (PACE_HAS_INLINE)
# include "times.inl"
# endif /* !PACE_HAS_INLINE */