node-vk-flex/iconvlite.h
2016-09-22 17:21:27 +02:00

10 lines
121 B
C++

#ifndef ICONVLITE_H
#define ICONVLITE_H
using namespace std;
string cp2utf(string s);
string utf2cp(string s);
#endif