function.h 89 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #ifndef Function #define Function namespace A { static void Check(int*, int) {} } #endif