]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/printf.h
Split str* and mem* into string.[ch]
[proxmark3-svn] / armsrc / printf.h
index 5c2ade8c550c39520359c3fb1448744234df5bb1..b1d613c10feae7441dddd59b72aa48ad56cd6239 100644 (file)
@@ -7,6 +7,4 @@ int kvsprintf(const char *format, void *arg, int radix, va_list ap) __attribute_
 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)));
 
-
-
 #endif
\ No newline at end of file
Impressum, Datenschutz