repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
LinkLineOrder
/
NoDepC.c
blob
f05d962b74b7794a7a283f85e179592d9a9464aa
1
/* depends on NoDepA */
2
void
NoDepA_func
();
3
4
void
NoDepC_func
()
5
{
6
NoDepA_func
();
7
}