some fixes
This commit is contained in:
parent
4c16611390
commit
30ebdde28e
13 changed files with 162 additions and 85 deletions
|
|
@ -29,8 +29,9 @@ std::vector<T> &operator+=(std::vector<T> &A, const std::vector<T> &B) {
|
|||
return A;
|
||||
}
|
||||
|
||||
template<size_t N>
|
||||
using byteArray = std::array<unsigned char, N>;
|
||||
typedef std::array<unsigned char, 6> macAddr;
|
||||
typedef std::array<unsigned char, 4> inetAddr;
|
||||
|
||||
typedef std::vector<unsigned char> bytes;
|
||||
typedef unsigned char byte;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue