| 297:02ce7c6251a9 | 298:fa91e2e06eee |
|---|---|
| 137 * | 137 * |
| 138 * @param node the node | 138 * @param node the node |
| 139 * @param format the format string | 139 * @param format the format string |
| 140 * @param ... the format arguments | 140 * @param ... the format arguments |
| 141 */ | 141 */ |
| 142 #ifdef __GNUC__ | |
| 143 __attribute__((format(printf, 2, 3))) | |
| 144 #endif | |
| 142 void asc_text_printf( | 145 void asc_text_printf( |
| 143 AscText *node, | 146 AscText *node, |
| 144 const char *format, | 147 const char *format, |
| 145 ... | 148 ... |
| 146 ); | 149 ); |