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
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
arch
/
all-unix
/
bootstrap
/
hostlib.h
blob
38d5c6f3ab7368642c3d4e95dafeb7c7f8eaa930
1
void
*
Host_HostLib_Open
(
const char
*
filename
,
char
**
error
);
2
int
Host_HostLib_Close
(
void
*
handle
,
char
**
error
);
3
void
*
Host_HostLib_GetPointer
(
void
*
handle
,
const char
*
symbol
,
char
**
error
);
4
int
KPutC
(
int
chr
);