view 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 source

typedef struct fs_impl<Impl, Isa> impl fs{
    union Data* fs_impl;




} fs_impl;