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]
/
compiler
/
include
/
aros
/
preprocessor.hpp
blob
bd1e4cc1d9d893ebac7d4a06a550508f20a173a0
1
# ifndef AROS_PREPROCESSOR_HPP
2
# define AROS_PREPROCESSOR_HPP
3
#
4
# include <boost/preprocessor.hpp>
5
#
6
# include <aros/preprocessor/variadic.hpp>
7
# include <aros/preprocessor/facilities.hpp>
8
#
9
# endif
10