- Timestamp:
- Jun 18, 2010 3:37:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/cli/pjlib/include/pj/string.h
r2394 r3210 537 537 538 538 /** 539 * Convert string to signed integer. The conversion will stop as 540 * soon as non-digit character is found or all the characters have 541 * been processed. 542 * 543 * @param str the string. 544 * 545 * @return the integer. 546 */ 547 PJ_DECL(long) pj_strtol(const pj_str_t *str); 548 549 /** 539 550 * Convert string to unsigned integer. The conversion will stop as 540 551 * soon as non-digit character is found or all the characters have
Note: See TracChangeset
for help on using the changeset viewer.