summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/stdio.c
blob: ff45c694a56fb01db414b46b53dae40230b88348 (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/win32/stdio.c
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================= */

#include "pace/stdio.h"

#if !defined (PACE_HAS_INLINE)
# include "pace/win32/stdio.inl"
#endif /* ! PACE_HAS_INLINE */