repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configure: when detecting linux include directory for kernel compiler use target...
[AROS.git]
/
rom
/
filesys
/
CDVDFS
/
src
/
charset.h
blob
fcc450e15a1310c6f4d0e20c55f224fff8ca1dd1
1
struct
CDVDBase
;
2
3
void
InitCharset
(
struct
CDVDBase
*
global
);
4
int
UTF16ToSystem
(
struct
CDVDBase
*
global
,
char
*
from
,
char
*
to
,
unsigned char
len
);
5
6