mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Split str* and mem* into string.[ch]
This commit is contained in:
parent
4cd41f34ea
commit
9ab7a6c755
15 changed files with 88 additions and 74 deletions
|
@ -10,8 +10,8 @@
|
|||
#include "proxmark3.h"
|
||||
#include "apps.h"
|
||||
#include "util.h"
|
||||
|
||||
#include "hitag2.h"
|
||||
#include "string.h"
|
||||
|
||||
struct hitag2_cipher_state {
|
||||
uint64_t state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue