mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
added a todo
This commit is contained in:
parent
d2ebcf6f6d
commit
16a9b3ba89
@ -417,6 +417,8 @@ int hex_to_u32_with_endian(const string & a,u32_t &output)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
bool larger_than_u32(u32_t a,u32_t b)
|
bool larger_than_u32(u32_t a,u32_t b)
|
||||||
|
//TODO
|
||||||
|
//looks like this can simply be done by return ((i32_t)(a-b) >0)
|
||||||
{
|
{
|
||||||
|
|
||||||
u32_t smaller,bigger;
|
u32_t smaller,bigger;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user