summaryrefslogtreecommitdiff
path: root/src/charconv.h
blob: 3ac3e56b0526ed302f2623518dd1753c59569ff3 (plain)
1
2
3
4
5
6
7
8
9
#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