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
Fix cross compilation (e.g. on Darwin). Following changes to make.tmpl,
[AROS.git]
/
arch
/
all-pc
/
bootstrap
/
support.h
blob
0aee08490c063740d26a4fce81ef3c0810dfedc5
1
#ifndef SUPPORT_H_
2
#define SUPPORT_H_
3
4
char
*
__bs_remove_path
(
char
*
in
);
5
void
*
__bs_malloc
(
unsigned long
size
);
6
void
__bs_free
(
void
);
7
void
kprintf
(
const char
*, ...);
8
9
#endif
/*SUPPORT_H_*/