arm9: mark drawFormattedString as printf-like function
This commit is contained in:
parent
c058e3f446
commit
df62e1901e
@ -47,4 +47,6 @@
|
|||||||
bool loadSplash(void);
|
bool loadSplash(void);
|
||||||
void drawCharacter(bool isTopScreen, u32 posX, u32 posY, u32 color, char character);
|
void drawCharacter(bool isTopScreen, u32 posX, u32 posY, u32 color, char character);
|
||||||
u32 drawString(bool isTopScreen, u32 posX, u32 posY, u32 color, const char *string);
|
u32 drawString(bool isTopScreen, u32 posX, u32 posY, u32 color, const char *string);
|
||||||
|
|
||||||
|
__attribute__((format(printf,5,6)))
|
||||||
u32 drawFormattedString(bool isTopScreen, u32 posX, u32 posY, u32 color, const char *fmt, ...);
|
u32 drawFormattedString(bool isTopScreen, u32 posX, u32 posY, u32 color, const char *fmt, ...);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user