Changeset 1583793 in mainline for uspace/lib/c/generic/str.c
- Timestamp:
- 2018-07-05T21:41:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6f025a8
- Parents:
- 0d2bc9d
- git-author:
- Dzejrou <dzejrou@…> (2018-06-26 14:13:12)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/str.c
r0d2bc9d r1583793 1726 1726 *result = unsigned_result; 1727 1727 1728 /* Check whether we are at the end of 1729 the string in strict mode */ 1728 /* 1729 * Check whether we are at the end of 1730 * the string in strict mode 1731 */ 1730 1732 if ((strict) && (*lendptr != 0)) 1731 1733 return EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.