cosmetics
This commit is contained in:
parent
8a1f63b557
commit
ce06064fcf
3 changed files with 20 additions and 15 deletions
8
sha0/types.h
Normal file
8
sha0/types.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
typedef unsigned long long UINT64;
|
||||
typedef unsigned char UCHAR;
|
||||
typedef unsigned int UINT;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue