cpp-function-returning-pointer   [plain text]


const char *get_it_RIGHT(char *ptr)
{
	ChangeMe;
}