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
added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git]
/
tools
/
collect-aros
/
backend.h
blob
495f9b3258d7cd8be20eb3fa611414916fe00ef3
1
#ifndef _BACKEND_H_
2
#define _BACKEND_H_
3
4
#include
"gensets.h"
5
6
extern
int
check_and_print_undefined_symbols
(
const char
*
file
);
7
extern
void
collect_sets
(
const char
*
file
,
setnode
**
setlist_ptr
);
8
9
#endif
/* !_BACKEND_H_ */