]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.c
0. its alpha version!!!
[proxmark3-svn] / client / util.c
index 8e7ef01b10d63d37f4beb75bfeaba10baaafa246..c7764f7092df5c0d6358e23bd409397603298e71 100644 (file)
@@ -15,6 +15,8 @@
 #include "util.h"
 
 #ifdef __linux__
+#include <termios.h>
+#include <sys/ioctl.h> 
 int ukbhit(void)
 {
   int cnt = 0;
@@ -87,6 +89,10 @@ uint64_t bytes_to_num(uint8_t* src, size_t len)
        return num;
 }
 
+//  -------------------------------------------------------------------------
+//  string parameters lib
+//  -------------------------------------------------------------------------
+
 //  -------------------------------------------------------------------------
 //  line     - param line
 //  bg, en   - symbol numbers in param line of beginning an ending parameter
Impressum, Datenschutz