Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwpl.git;a=commitdiff;h=9b86a67eae4db55ee5e36609ae1adf9d34f9c65e
commit 9b86a67eae4db55ee5e36609ae1adf9d34f9c65e Author: James Buren <[email protected]> Date: Mon Sep 21 12:09:52 2009 -0500 utility.h * initial draft diff --git a/src/utility.h b/src/utility.h new file mode 100644 index 0000000..92176fe --- /dev/null +++ b/src/utility.h @@ -0,0 +1,9 @@ +#ifndef _utility_header_ +#define _utility_header_ +//[of]:includes +#include <stddef.h> +//[cf] +//[of]:prototypes +extern int eprintf(const char *,...); +//[cf] +#endif _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
