File: cp1250.h

package info (click to toggle)
jpilot 0.99.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,808 kB
  • ctags: 1,967
  • sloc: ansic: 29,655; sh: 8,387; makefile: 352; sed: 93
file content (9 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
/*
	Header for Czech library
	Convert Palm  <-> Unix:
		Palm : CP 1250
		Unix : ISO-8859-2
*/

void Win2Lat(unsigned char *const buf, int buf_len);
void Lat2Win(unsigned char *const buf, int buf_len);