mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
6 lines
180 B
C
Executable File
6 lines
180 B
C
Executable File
#if defined(__GNUC__)
|
|
#define PRINTF_ATTRIBUTE(format_pos, arg_pos) __attribute__((format(printf, format_pos, arg_pos)))
|
|
#else
|
|
#define PRINTF_ATTRIBUTE(format_pos, arg_pos)
|
|
#endif
|