source:
CIVL/mods/dev.civl.com/examples/uint/roundoff.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 90 bytes | |
| Rev | Line | |
|---|---|---|
| [1396a98] | 1 | int main(){ |
| 2 | unsigned int t=-2U; // should be translated to (UNSIGNED_MAX+1)-2 | |
| 3 | ||
| 4 | t--; | |
| 5 | } |
Note:
See TracBrowser
for help on using the repository browser.
