Ignore:
Timestamp:
Nov 6, 2013 7:41:40 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: added pj_strtof() to convert string to float in PJLIB, as part of pjsua2 persistent API development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjlib/include/pj/string.h

    r4440 r4642  
    576576 
    577577/** 
     578 * Convert string to float. 
     579 * 
     580 * @param str   the string. 
     581 * 
     582 * @return the value. 
     583 */ 
     584PJ_DECL(float) pj_strtof(const pj_str_t *str); 
     585 
     586/** 
    578587 * Utility to convert unsigned integer to string. Note that the 
    579588 * string will be NULL terminated. 
Note: See TracChangeset for help on using the changeset viewer.