diff src/impl/fs_impl.h @ 294:08a367c3124a

add FileSystem files
author menikon
date Wed, 29 Jan 2020 15:58:12 +0900
parents
children bc2f3d24faa9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/impl/fs_impl.h	Wed Jan 29 15:58:12 2020 +0900
@@ -0,0 +1,7 @@
+typedef struct fs_impl<Impl, Isa> impl fs{
+    union Data* fs_impl;
+
+
+
+
+} fs_impl;