Replies: 1 comment
|
Yes this trick also works in Adept |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In C, they usually use this trick to get the maximum value allowed for an unsigned type, for example:
(unsigned long)-1. With this trick, they don't have to includelimits.hto useULONG_MAX.All reactions