summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-22 21:47:17 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-22 21:47:17 +0100
commit6d1f4d96890f99c91289ac144b068b0d212405d3 (patch)
tree405fc0d8983c737765f468f763d2154a8898cd8a /include
parente0fe7adc5f76ec6159e5a0764bc91fbc0b4983a7 (diff)
downloadwolfbones-6d1f4d96890f99c91289ac144b068b0d212405d3.tar.gz
wolfbones-6d1f4d96890f99c91289ac144b068b0d212405d3.tar.bz2
added todo for snprintf/stdio export
Diffstat (limited to 'include')
-rw-r--r--include/wolf/port/stdio.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/wolf/port/stdio.h b/include/wolf/port/stdio.h
new file mode 100644
index 0000000..360abaf
--- /dev/null
+++ b/include/wolf/port/stdio.h
@@ -0,0 +1,10 @@
+#ifndef __STDIO_H
+#define __STDIO_H
+
+#include "port/sys.h"
+
+#include <stdio.h>
+
+#include "port/snprintf.h"
+
+#endif /* ifndef __STDIO_H */