3ac3e56b0526ed302f2623518dd1753c59569ff3
[platform/upstream/dosfstools.git] / src / charconv.h
1 #ifndef _CHARCONV_H
2 #define _CHARCONV_H
3
4 #define DEFAULT_DOS_CODEPAGE 437
5
6 int set_dos_codepage(int codepage);
7 int dos_char_to_printable(char **p, unsigned char c);
8
9 #endif