Go to the documentation of this file.
20 #ifndef SRECORD_FORMAT_PRINTF_H
21 #define SRECORD_FORMAT_PRINTF_H
24 #define FORMAT_PRINTF(x, y) __attribute__((__format__(printf, x, y)))
25 #define NORETURN __attribute__((__noreturn__))
26 #define DEPRECATED __attribute__((__deprecated__))
28 #define FORMAT_PRINTF(x, y)