More experimentation with the dependency logging features of cpp and xsltproc.
[mgear/mgear.git] / experiments / dep-logging / bar.h
1 int difference(int a, int b) {
2         return a - b;
3 }