why2_strdup¶
Parameters¶
Identifier | Data type |
---|---|
string |
char * |
Attributes¶
Return type | void * |
Header comment | This functions doesn't have any description. |
Added in commit | d5ae68c621b61823dc18cf7fe2d93dfb036cbbc1 |
Description¶
Function passes string
into strdup
function and returns the output value. The value is also pushed to linked-list
for garbage collector.