Let\'s take the following two function:
#include void my_print1(char* str) { // str = "OK!"; printf("%s\\n", str); }