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


#include "pace/dirent.h"


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