diff options
Diffstat (limited to 'PACE/pace/dirent.c')
-rw-r--r-- | PACE/pace/dirent.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/PACE/pace/dirent.c b/PACE/pace/dirent.c new file mode 100644 index 00000000000..7442410cf78 --- /dev/null +++ b/PACE/pace/dirent.c @@ -0,0 +1,22 @@ +/* $Id$ + + * ============================================================================= + * + * = LIBRARY + * pace + * + * = FILENAME + * dirent.c + * + * = AUTHOR + * Luther Baker + * + * ============================================================================= */ + + +#include "pace/dirent.h" + + +# if !defined (PACE_HAS_INLINE) +# include "pace/dirent.inl" +# endif /* !PACE_HAS_INLINE */ |