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
/
components
/
foodep.hpp
blob: 792c63be31c0612b57eccb0770e20ad9dc8bf9ba (
plain
)
1
2
3
4
5
6
#ifndef FOODEP_HPP #define FOODEP_HPP int foodep(int); #endif