aboutsummaryrefslogtreecommitdiff
path: root/t/user.tc
blob: 3d92e166bc2c8466a39b61b3e097a9cd6e514bd7 (plain)
1
2
3
4
5
printf("<h1>User ");
printf("%d", id); 
printf(": ");
printf("%s",  user->name );
printf("</h1>");