summaryrefslogtreecommitdiff
path: root/PACE/pace/stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/stdio.c')
-rw-r--r--PACE/pace/stdio.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/PACE/pace/stdio.c b/PACE/pace/stdio.c
new file mode 100644
index 00000000000..bb5a8d9b88b
--- /dev/null
+++ b/PACE/pace/stdio.c
@@ -0,0 +1,21 @@
+/* $Id$
+
+ * =============================================================================
+ *
+ * = LIBRARY
+ * pace
+ *
+ * = FILENAME
+ * stdio.c
+ *
+ * = AUTHOR
+ * Luther Baker
+ *
+ * ============================================================================= */
+
+
+#include "pace/stdio.h"
+
+# if !defined (PACE_HAS_INLINE)
+# include "pace/stdio.inl"
+# endif /* !PACE_HAS_INLINE */