@@@ timeout wip
[mLib] / struct / dstr.h
index fedc48c..93c60e2 100644 (file)
@@ -232,8 +232,7 @@ extern int dstr_vputf(dstr */*d*/, const char */*p*/, va_list */*ap*/);
  *             itself is malicious.
  */
 
-extern int PRINTF_LIKE(2, 3)
-  dstr_putf(dstr */*d*/, const char */*p*/, ...);
+extern PRINTF_LIKE(2, 3) int dstr_putf(dstr */*d*/, const char */*p*/, ...);
 
 /* --- @dstr_putd@ --- *
  *