summaryrefslogtreecommitdiff
path: root/9p8.cpp
diff options
context:
space:
mode:
Diffstat (limited to '9p8.cpp')
-rw-r--r--9p8.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/9p8.cpp b/9p8.cpp
new file mode 100644
index 0000000..32b0290
--- /dev/null
+++ b/9p8.cpp
@@ -0,0 +1,16 @@
+#include <iostream>
+#include <list>
+
+/*
+ *
+ * 9.8
+ *
+ *
+ */
+
+int main () {
+
+ std::list<std::string>::const_iterator cbeg; // to read
+ std::list<std::string>::iterator beg; // to write
+ return 0;
+}