More experimentation with the dependency logging features of cpp and xsltproc.
[mgear/mgear.git] / experiments / dep-logging / bar.h
diff --git a/experiments/dep-logging/bar.h b/experiments/dep-logging/bar.h
new file mode 100644 (file)
index 0000000..f09c105
--- /dev/null
@@ -0,0 +1,3 @@
+int difference(int a, int b) {
+       return a - b;
+}