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