aboutsummaryrefslogtreecommitdiff
path: root/t/user.tc
blob: 3527acb02919adef158df2f8438d3d8be15da8ab (plain)
1
2
3
4
5
6
7
#include "head.tc" 
printf("\n<h1>User ");
printf("%d", id); 
printf(": ");
printf("%s",  user->name );
printf("</h1>\n");
#include "foot.tc"