UDI/Tools - Renamed udibuild's src dir to say udibuild
[tpg/acess2.git] / UDI / Tools / src / include / common.h
diff --git a/UDI/Tools/src/include/common.h b/UDI/Tools/src/include/common.h
deleted file mode 100644 (file)
index 0cb419b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * 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