projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Further additions to tidemod to differentiate between ro and rw tags and check crc...
[proxmark3-svn]
/
linux
/
translate.h
1
#define BYTE unsigned char
2
#define WORD unsigned short
3
#define DWORD unsigned int
4
#define TRUE 1
5
#define FALSE 0
6
#define BOOL int
7
8
#define max(a,b) (((a)>(b))?(a):(b))
9
#define min(a,b) (((a)>(b))?(b):(a))
Impressum
,
Datenschutz