Split str* and mem* into string.[ch]

This commit is contained in:
marcansoft 2010-02-21 00:10:28 +00:00
commit 9ab7a6c755
15 changed files with 88 additions and 74 deletions

View file

@ -11,6 +11,7 @@
#include "proxmark3.h"
#include "util.h"
#include "apps.h"
#include "string.h"
// FROM winsrc\prox.h //////////////////////////////////
#define arraylen(x) (sizeof(x)/sizeof((x)[0]))