index
:
~aehlig/just-buildsystem/rules-cc.git
master
C/C++ rules for the just build tool
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_cases
/
deps
/
prebuilt
/
foo.hpp
blob: 4f040d4a9c18d537584bb54dfa8e6f30e5668782 (
plain
)
1
2
3
4
5
6
7
8
#ifndef FOO_HPP #define FOO_HPP #ifdef USE_FOO int foo(); #endif #endif