#pragma once #include namespace fs { int mount(const std::string &tgt); }