Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

struct time_struct

{
int hour;
int minute;
int second;
};

You might also like