#ifndef FS_h #define FS_h class FS { bool open() { return true; }; }; #endif