emsApplication/applications/WebConfigure/cgiCommon/handleHeader.h

9 lines
174 B
C
Raw Normal View History

2024-05-24 12:19:45 +08:00
#ifndef __HANDLE_HTML_HEADER__
#define __HANDLE_HTML_HEADER__
#include <string>
void handleHtmlHeader(const std::string& page_title ="Shanghai Huijue EMS device");
#endif