1 2 3 4 5 6 7 8 9 10
#ifndef GHTM_CXX #define GHTM_CXX #include "s_html.h" using namespace std; html* s_html::obj; #endif