]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.h
ADD: added the "llu" macro shortcut as format specifier.
[proxmark3-svn] / client / proxmark3.h
index 8236bfe71fb345cbd5c3b3066cc40f779cae8277..d8b34a086502508245a56cc23790a626dc9492d3 100644 (file)
 #ifndef PROXMARK3_H__
 #define PROXMARK3_H__
 
-#define __STDC_FORMAT_MACROS
+#define __STDC_FORMAT_MACROS 1
 #include <inttypes.h>
 #define llx PRIx64
 #define lli PRIi64
+#define llu PRIu64
 #define hhu PRIu8
 
 #include "usb_cmd.h"
 
-#define PROXPROMPT "proxmark3> "
+#define PROXPROMPT "pm3 --> "
 
 void SendCommand(UsbCommand *c);
 
Impressum, Datenschutz