Changeset 858469f in mainline
- Timestamp:
- 2019-01-01T19:58:48Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 79bb48e
- Parents:
- 713ba400
- git-author:
- Vojtech Horky <vojtech.horky@…> (2019-01-01 19:57:36)
- git-committer:
- Vojtech Horky <vojtech.horky@…> (2019-01-01 19:58:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/types/casting.h
r713ba400 r858469f 48 48 { 49 49 unsigned int as_uint = (unsigned int) val; 50 return ! 50 return !((as_uint != val) || (((int) as_uint) < 0)); 51 51 } 52 52
Note:
See TracChangeset
for help on using the changeset viewer.