Concord - C Discord API library
A Discord API wrapper library written in C
attributes.h
Go to the documentation of this file.
1#if defined(__MINGW32__) || (defined (__GNUC__) && __GNUC__ > 4 ? true : __GNUC_PATCHLEVEL__ >= 4) || defined(__USE_MINGW_ANSI_STDIO)
2# define PRINTF_LIKE(a, b) __attribute__((format(gnu_printf, a, b)))
3#else
4# define PRINTF_LIKE(a, b)
5#endif