Changeset be0f5e4 in mainline for uspace/lib/c/generic/str.c
- Timestamp:
- 2018-07-08T17:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6abff2a8
- Parents:
- e89a06a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/str.c
re89a06a rbe0f5e4 1744 1744 return EINVAL; 1745 1745 1746 *result = -(int64_t) unsigned_result;1746 *result = -(int64_t) unsigned_result; 1747 1747 } else 1748 1748 *result = unsigned_result;
Note:
See TracChangeset
for help on using the changeset viewer.