build_system_2022/file_mode.hpp

6 lines
77 B
C++
Raw Permalink Normal View History

2022-08-04 01:22:09 +03:00
#pragma once
#include <string>
void fileMode(const std::string& filename);