kakoune/src/string.hh

17 lines
182 B
C++
Raw Normal View History

#ifndef string_hh_INCLUDED
#define string_hh_INCLUDED
#include <string>
namespace Kakoune
{
typedef char Character;
typedef std::string String;
}
#endif // string_hh_INCLUDED