summaryrefslogtreecommitdiff
path: root/src/port/stdio.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-08-25 21:36:24 +0200
committerAndreas Baumann <abaumann@yahoo.com>2008-08-25 21:36:24 +0200
commitabbdd96699bd8ba0b1b388a598ddbd249b9d3dd6 (patch)
tree3d1784d3b7a039b01d627bb67971125f83a135fb /src/port/stdio.h
downloadwolfbones-abbdd96699bd8ba0b1b388a598ddbd249b9d3dd6.tar.gz
wolfbones-abbdd96699bd8ba0b1b388a598ddbd249b9d3dd6.tar.bz2
checked in initial version from SVN (as SVN is dead!)
Diffstat (limited to 'src/port/stdio.h')
-rw-r--r--src/port/stdio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/port/stdio.h b/src/port/stdio.h
new file mode 100644
index 0000000..59a7d67
--- /dev/null
+++ b/src/port/stdio.h
@@ -0,0 +1,10 @@
+#ifndef __STDIO_H
+#define __STDIO_H
+
+#include "sys.h"
+
+#include <stdio.h>
+
+#include "snprintf.h"
+
+#endif /* ifndef __STDIO_H */