forked from KolibriOS/kolibrios
6bd8780b1a
git-svn-id: svn://kolibrios.org@2328 a494cfbc-eb01-0410-851d-a64ba20cac60
12 lines
269 B
C
12 lines
269 B
C
|
|
int version();
|
|
|
|
// 866 -> 1251
|
|
void __stdcall dos2win (const char text_in[], char text_out[]);
|
|
|
|
// 1251 -> 866
|
|
void __stdcall win2dos (const char text_in[], char text_out[]);
|
|
|
|
// koi8-r -> 866
|
|
void __stdcall koi2dos (const char text_in[], char text_out[]);
|