1
0
Fork 0
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();
};