[Pkg-javascript-commits] [node-expat] 194/371: add test "version.c" file
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit c593300df86783e28f79f70c6045ad4f9007aa13
Author: Nathan Rajlich <nathan at tootallnate.net>
Date: Sat Sep 29 00:34:51 2012 -0700
add test "version.c" file
---
deps/libexpat/version.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/deps/libexpat/version.c b/deps/libexpat/version.c
new file mode 100644
index 0000000..6424eab
--- /dev/null
+++ b/deps/libexpat/version.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include <expat.h>
+
+int main () {
+ XML_Expat_Version v;
+ v = XML_ExpatVersionInfo();
+ printf("Using libexpat v%d.%d.%d\n", v.major, v.minor, v.micro);
+ return 0;
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list