repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add a missing section header table index conversion
[tangerine.git]
/
compiler
/
clib
/
arosc_init.h
blob
2b765f4f413a62dad60985206a606de156974d43
1
#ifndef _AROSC_INIT_H
2
#define _AROSC_INIT_H
3
4
#include
"__arosc_privdata.h"
5
6
int
arosc_internalinit
(
void
);
7
int
arosc_internalexit
(
void
);
8
9
#endif
/* _AROSC_INIT_H */