void f() { static char *theTxt; strcpy(theTxt,"TEST\n"); printf("%s",theTxt); }