replace uint32 with uint32_t etc.
This commit is contained in:
parent
c306b8e578
commit
bb967ae752
17 changed files with 807 additions and 814 deletions
|
@ -6,7 +6,7 @@
|
|||
#include <iostream>
|
||||
#include <memory.h>
|
||||
|
||||
typedef unsigned char uint8;
|
||||
typedef unsigned char uint8_t;
|
||||
|
||||
std::string normalize(const std::string& line)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue