10 строки
197 B
C
10 строки
197 B
C
#ifndef MC_SELCODEPAGE_H
|
|
#define MC_SELCODEPAGE_H
|
|
|
|
#ifdef HAVE_CHARSET
|
|
int select_charset (int current_charset, int seldisplay);
|
|
int do_select_codepage (void);
|
|
#endif /* HAVE_CHARSET */
|
|
|
|
#endif
|