Tools/udibuild - Implemented linking
[tpg/acess2.git] / Tools / udibuild / src / include / common.h
1 /*
2  * udibuild - UDI Compilation Utility
3  * - By John Hodge (thePowersGang)
4  *
5  * common.h
6  * - Common helpers
7  */
8 #ifndef _COMMON_H_
9 #define _COMMON_H_
10
11 #include <stdarg.h>
12
13 #ifndef __GNUC__
14 # define __attribute__(...)
15 #endif
16
17 extern char     *mkstr(const char *fmt, ...) __attribute__((format(printf,1,2)));
18
19 #endif
20

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