]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/printf.h
CHG: 'lf em4x' - the em4x50 demod didn't calc ASKDemod_ext with a refenence bool.
[proxmark3-svn] / armsrc / printf.h
index c6059922558ec6939ab04025d1b9a63c17df4e7d..1b389ddb1e43dceba53d35d0ce2a45880305b455 100644 (file)
 #define __PRINTF_H
 
 #include <stdarg.h>
+#include <stddef.h>
+//#include "util.h"
+#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)));
 
-#endif
\ No newline at end of file
+#endif
Impressum, Datenschutz