1
0
Fork 0
modern_cpp_tutorial/include/null.h

6 lines
47 B
C
Raw Normal View History

2023-10-18 17:49:49 +00:00
#pragma once
namespace null {
void test();
};