Changeset 2169 for pjproject/trunk/pjlib/include/pj/string.h
- Timestamp:
- Jul 23, 2008 1:26:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/string.h
r2039 r2169 536 536 537 537 /** 538 * Convert string to unsigned integer. 538 * Convert string to unsigned integer. The conversion will stop as 539 * soon as non-digit character is found or all the characters have 540 * been processed. 539 541 * 540 542 * @param str the string.
Note: See TracChangeset
for help on using the changeset viewer.