UDI/Tools - Renamed udibuild's src dir to say udibuild
[tpg/acess2.git] / UDI / Tools / udibuild_src / include / common.h
diff --git a/UDI/Tools/udibuild_src/include/common.h b/UDI/Tools/udibuild_src/include/common.h
new file mode 100644 (file)
index 0000000..0cb419b
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+ * udibuild - UDI Compilation Utility
+ * - By John Hodge (thePowersGang)
+ *
+ * common.h
+ * - Common helpers
+ */
+#ifndef _COMMON_H_
+#define _COMMON_H_
+
+#include <stdarg.h>
+
+#ifndef __GNUC__
+# define __attribute__(...)
+#endif
+
+extern char    *mkstr(const char *fmt, ...) __attribute__((format(printf,1,2)));
+
+#endif
+

UCC git Repository :: git.ucc.asn.au