1
0
Fork 0
modern_cpp_tutorial/chapters/chapter_02/include/null.h

6 lines
47 B
C++

#pragma once
namespace null {
void test();
};