Add format attribute

main
Christian Göttsche 6 years ago committed by cgzones
parent efb971f9df
commit 5ea13e7ea9
  1. 1
      InfoScreen.h

@ -40,6 +40,7 @@ InfoScreen* InfoScreen_init(InfoScreen* this, Process* process, FunctionBar* bar
InfoScreen* InfoScreen_done(InfoScreen* this);
ATTR_FORMAT(printf, 2, 3)
void InfoScreen_drawTitled(InfoScreen* this, const char* fmt, ...);
void InfoScreen_addLine(InfoScreen* this, const char* line);

Loading…
Cancel
Save