mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-09 03:36:36 +00:00
8 lines
174 B
C++
8 lines
174 B
C++
#ifndef _RFC_1751_
|
|
#define _RFC_1751_
|
|
|
|
int eng2key(std::string& strKey, const std::string& strHuman);
|
|
void key2eng(std::string& strHuman, const std::string& strKey);
|
|
|
|
#endif
|