Format Strings Correct form: int func(char *user) { fprintf(stdout, "%s", user); } This will print all formatting instructions as plain text.