[go: up one dir, main page]

File: charconv.h

package info (click to toggle)
dosfstools 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,116 kB
  • ctags: 610
  • sloc: ansic: 5,214; sh: 1,411; makefile: 112
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (3)
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