[cig-commits] r6823 - cs/cigma/trunk/tools

luis at geodynamics.org luis at geodynamics.org
Wed May 9 17:14:32 PDT 2007


Author: luis
Date: 2007-05-09 17:14:32 -0700 (Wed, 09 May 2007)
New Revision: 6823

Added:
   cs/cigma/trunk/tools/skel.c
Log:
Short skeleton file to avoid retyping


Added: cs/cigma/trunk/tools/skel.c
===================================================================
--- cs/cigma/trunk/tools/skel.c	2007-05-10 00:12:48 UTC (rev 6822)
+++ cs/cigma/trunk/tools/skel.c	2007-05-10 00:14:32 UTC (rev 6823)
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include <stdlib.h>
+
+int main(int argc, char *argv[])
+{
+    return EXIT_SUCCESS;
+}



More information about the cig-commits mailing list