mpw-shell/macroman.h

9 lines
160 B
C
Raw Normal View History

2016-07-23 19:21:13 +00:00
#ifndef __macroman_h__
#define __macroman_h__
std::string utf8_to_macroman(const std::string &s);
std::string macroman_to_utf8(const std::string &s);
#endif