Strdup

From Valve Developer Community
Revision as of 19:09, 17 June 2006 by Ts2do (talk | contribs)
Jump to navigation Jump to search

strdup is useful for duplicating strings to store them off to pointers. Remember to delete the duplicated string once you're done with it.