blob: 3ac3e56b0526ed302f2623518dd1753c59569ff3 [file] [log] [blame]
#ifndef _CHARCONV_H
#define _CHARCONV_H
#define DEFAULT_DOS_CODEPAGE 437
int set_dos_codepage(int codepage);
int dos_char_to_printable(char **p, unsigned char c);
#endif