Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2328 Albom 1
 
2
3
 
4
void __stdcall dos2win (const char text_in[], char text_out[]);
5
6
 
7
void __stdcall win2dos (const char text_in[], char text_out[]);
8
9
 
10
void __stdcall koi2dos (const char text_in[], char text_out[]);
11