1
0
This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
modern_cpp_tutorial/include/ifswitch.h

8 lines
53 B
C
Raw Normal View History

2023-10-19 06:32:43 +00:00
#pragma once
namespace ifswitch {
void test();
};