Files
mir_server/Gateway/srvlib/include/string_ex.h

9 lines
116 B
C
Raw Normal View History

2025-01-09 17:45:40 +08:00
#ifndef _STRING_EX_H_
#define _STRING_EX_H_
#include "ansi_string.hpp"
typedef string::AnsiString String;
#endif