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
/
lint
/
bardep.hpp
blob: ebfaef49dc761bb60ce8dc8c8c05f7381ce1f317 (
plain
)
1
2
3
4
5
6
7
8
#ifndef BARDEP_HPP #define BARDEP_HPP typedef int bar_t; bar_t bardep(bar_t); #endif