#include"stdio.h" typedef struct day_t Pday_t ; typedef void (*TInitDay)(Pday_t* day); typedef void (*TSetDay)(Pday_t* day, int y, int m, int d); typedef void (*TShowDay)(Pday_t* day); struct day_t&...