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
/
transitive-components
/
foo.hpp
blob: 45c286c4567f7ab7964b6df6df09f357900e7e2a (
plain
)
1
2
3
4
5
6
7
8
#ifndef FOO_HPP #define FOO_HPP #include "foodep.hpp" foo_t foo(foo_t); #endif