Ignore:
Timestamp:
Nov 20, 2005 7:57:22 PM (18 years ago)
Author:
bennylp
Message:

Added character (un)escaping utilities in string.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/scanner.h

    r51 r63  
    196196 * @param cis       The scanner character specification. 
    197197 * @param c         The character to check for matching. 
     198 * 
     199 * @return          Non-zero if match (not necessarily one). 
    198200 */ 
    199201PJ_INLINE(int) pj_cis_match( const pj_cis_t *cis, int c ) 
Note: See TracChangeset for help on using the changeset viewer.