Strdup: Difference between revisions
Jump to navigation
Jump to search
m (strdup) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<code>'''strdup'''</code> is useful for '''dup'''licating '''str'''ings to store them off to pointers. Remember to delete the duplicated string once you're done with it. | |||
[[Category:Helpers]] | [[Category:Helpers]] |
Revision as of 19:09, 17 June 2006
strdup
is useful for duplicating strings to store them off to pointers. Remember to delete the duplicated string once you're done with it.