Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xcmenu.git;a=commitdiff;h=1cc042e6edfb7d47b6fd54c49e7de181bdb3f822

commit 1cc042e6edfb7d47b6fd54c49e7de181bdb3f822
Author: James Buren <[email protected]>
Date:   Mon Jan 5 06:43:13 2009 -0600

xcmenu.c
* initialize part of the code

diff --git a/xcmenu.c b/xcmenu.c
index 8b13789..2fbc40d 100644
--- a/xcmenu.c
+++ b/xcmenu.c
@@ -1 +1,17 @@
+/* define some useful stuff */
+#define BUFFER 256

+/* include some essential header files */
+#include <stdio.h>
+#include <stdlib.h>
+
+/* initialize some useful global variables */
+
+/* define some functions */
+
+/* stop defining functions */
+
+int main()
+{
+       return(0);
+}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to