1 2 3 4 5
printf("<h1>User "); printf("%d", id); printf(": "); printf("%s", user->name ); printf("</h1>");