Link to home
Start Free TrialLog in
Avatar of urucan
urucan

asked on

trying to get two 'char *' back from a function

If a function is already returning a 'char *' how can I get another 'char *' back from the function.  I want to pass in another 'char *' but I may not know the size of it before I pass it in to the calling function.  How can I achieve this?

ASKER CERTIFIED SOLUTION
Avatar of zebada
zebada

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of urucan
urucan

ASKER

Thank you.  You answered my question well.