int foo(char* str) {
	return 0;
}

int bar(char *str, int num) {
	return 0;
}

---------------