9 #define LIVES_INLINE static inline
10 #define LIVES_GLOBAL_INLINE inline
12 #define LIVES_INLINE static
13 #define LIVES_GLOBAL_INLINE
14 #define LIVES_LOCAL_INLINE
22 #ifndef lives_locale_to_utf8
24 #define lives_locale_to_utf8(a, b, c, d, e) g_locale_to_utf8(a, b, c, d, e)
26 #ifndef lives_strdup_printf
27 #define lives_strdup_printf(fmt, ...) g_strdup_printf(fmt, __VA_ARGS__)