Ignore:
Timestamp:
Feb 14, 2006 8:59:53 PM (18 years ago)
Author:
bennylp
Message:

Added pj_strcat2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/string.h

    r77 r180  
    427427PJ_IDECL(void) pj_strcat(pj_str_t *dst, const pj_str_t *src); 
    428428 
     429 
     430/** 
     431 * Concatenate strings. 
     432 * 
     433 * @param dst       The destination string. 
     434 * @param src       The source string. 
     435 */ 
     436PJ_IDECL(void) pj_strcat2(pj_str_t *dst, const char *str); 
     437 
     438 
    429439/** 
    430440 * Finds a character in a string. 
Note: See TracChangeset for help on using the changeset viewer.