This seems like it should have a super easy solution, but I just can\'t figure it out. I am simply creating a resized array and trying to copy all the original values over, and
orig must be a pointer to a pointer to assign it to resized:
orig
resized
int **orig; *orig = resized;