printf("

Post "); printf("%d", id); printf(": "); printf("%s", post->subject ); printf("

\n

From: "); printf("%s", user->full ); printf("\n<id); printf("\">"); printf("%s", user->name ); printf(">\n
Date: "); PFREE(date(post->created)); printf("\n

\n");
printf("%s",  post->text );
printf("\n
");