summaryrefslogtreecommitdiff
path: root/mxml.c
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2016-08-30 20:48:44 +0200
committerSilvan Jegen <s.jegen@gmail.com>2016-08-30 21:37:25 +0200
commitb5d9cacf216b2508a9867c306fe2c60fdde4a607 (patch)
tree0ae0d804045bfa0dc8dacac1a1b3419bc3571c39 /mxml.c
Initial commit
Diffstat (limited to 'mxml.c')
-rw-r--r--mxml.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/mxml.c b/mxml.c
new file mode 100644
index 0000000..c773d78
--- /dev/null
+++ b/mxml.c
@@ -0,0 +1,10 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+#include <mxml.h>
+
+int main(int argc, char *argv[]) {
+
+ return 0;
+}
+