Add format string attribute to DEH_String
This commit is contained in:
parent
58e56f14a0
commit
83c9d05167
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
// Used to do dehacked text substitutions throughout the program
|
||||
|
||||
char *DEH_String(char *s);
|
||||
char *DEH_String(char *s) PRINTF_ARG_ATTR(1);
|
||||
void DEH_printf(char *fmt, ...) PRINTF_ATTR(1, 2);
|
||||
void DEH_fprintf(FILE *fstream, char *fmt, ...) PRINTF_ATTR(2, 3);
|
||||
void DEH_snprintf(char *buffer, size_t len, char *fmt, ...) PRINTF_ATTR(3, 4);
|
||||
|
|
|
|||
Loading…
Reference in a new issue