mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-01 18:45:10 +08:00
style
This commit is contained in:
parent
4706d27903
commit
aa28143e16
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
#include "string.h"
|
||||
|
||||
int kvsprintf(const char *format, void *arg, int radix, va_list ap) __attribute__((format(printf, 1, 0)));
|
||||
int vsprintf(char *str, const char *format, va_list ap) __attribute__((format(printf, 2, 0)));
|
||||
int sprintf(char *str, const char *format, ...) __attribute__((format(printf, 2, 3)));
|
||||
int vsprintf(char *dest, const char *fmt, va_list ap) __attribute__((format(printf, 2, 0)));
|
||||
int sprintf(char *dest, const char *fmt, ...) __attribute__((format(printf, 2, 3)));
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue