9 lines
116 B
C
9 lines
116 B
C
#ifndef _STRING_EX_H_
|
|
#define _STRING_EX_H_
|
|
|
|
#include "ansi_string.hpp"
|
|
|
|
typedef string::AnsiString String;
|
|
|
|
#endif
|