Browse Source

fs_find_mount_point.hpp

inodecalc
Antonio SJ Musumeci 3 weeks ago
parent
commit
ec2b306ae6
  1. 10
      src/fs_find_mount_point.hpp

10
src/fs_find_mount_point.hpp

@ -18,3 +18,13 @@
#pragma once #pragma once
#include "ghc/filesystem.hpp"
namespace fs
{
int
find_mount_point(const ghc::filesystem::path &path_)
{
}
}
Loading…
Cancel
Save