mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-15 20:25:00 +03:00
Memory: Add LittleEndian16(), LittleEndian32() and LittleEndian64()
This commit is contained in:
committed by
Davide Beatrici
parent
1e604407af
commit
56aedd6817
@ -199,6 +199,9 @@ UINT64 Swap64(UINT64 value);
|
||||
USHORT Endian16(USHORT src);
|
||||
UINT Endian32(UINT src);
|
||||
UINT64 Endian64(UINT64 src);
|
||||
USHORT LittleEndian16(USHORT src);
|
||||
UINT LittleEndian32(UINT src);
|
||||
UINT64 LittleEndian64(UINT64 src);
|
||||
void EndianUnicode(wchar_t *str);
|
||||
|
||||
BUF *NewBuf();
|
||||
|
Reference in New Issue
Block a user