mirror of
https://github.com/ProgramSnail/build_system_2022.git
synced 2025-12-06 00:48:42 +00:00
5 lines
77 B
C++
5 lines
77 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void fileMode(const std::string& filename);
|