- Timestamp:
- Oct 30, 2023 8:35:47 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/uint128.h
r98103 r101664 1402 1402 { 1403 1403 if (!pValue2->s.Lo) 1404 { 1405 RTUInt128SetZero(pRemainder); 1404 1406 return NULL; 1407 } 1405 1408 1406 1409 if (pValue2->s.Lo == 1)
Note:
See TracChangeset
for help on using the changeset viewer.