Closed podhrmic closed 3 months ago
In the tutorial, in any example past the first one, we should be using MINi32() and MAXi32 instead of 2147483647i64
MINi32()
MAXi32
Note:
INT32_MAX()
Looks like this is done
In the tutorial, in any example past the first one, we should be using
MINi32()
andMAXi32
instead of 2147483647i64Note:
MINi32()
toINT32_MAX()