mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2024-12-22 17:29:56 +00:00
9 lines
160 B
C++
9 lines
160 B
C++
#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
|