Skip to content
Snippets Groups Projects
Commit 5a2b994a authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Symbolic constant for max uint

parent f8c28329
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
/*----------------------------------------------------------------------------*/
const uint MAX_UINT_EXP = 32;
const unsigned long MAX_UINT_MY = 4294967295;
const unsigned long MAX_UINT_MY = UINT32_MAX; /* 4294967295 */
/*----------------------------------------------------------------------------*/
/* Private functions */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment