Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=33b4a7d37be4a2d62aa034a5d434e69a2e73bfc6

commit 33b4a7d37be4a2d62aa034a5d434e69a2e73bfc6
Author: James Buren <r...@frugalware.org>
Date:   Thu Oct 29 14:49:32 2009 -0500

Utility.h
* add info for code-browser

diff --git a/src/Utility.h b/src/Utility.h
index fb9fe19..6d66bba 100644
--- a/src/Utility.h
+++ b/src/Utility.h
@@ -1,11 +1,15 @@
#ifndef _Utility_Header_
#define _Utility_Header_
+//[of]:Includes
#include <stddef.h>
-
+//[cf]
+//[of]:Macros
#define xalloc(T,N) (T*)xmalloc(sizeof(T)*(N))
-
+//[cf]
+//[of]:Prototypes
extern int eprintf(const char *,...);
extern void *xmalloc(size_t);
extern char *xstrdup(const char *);
extern char *xstrndup(const char *,size_t);
+//[cf]
#endif
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to