Strdup
		
		
		
		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.
strdup is useful for duplicating strings to store them off to pointers. Remember to delete the duplicated string once you're done with it.