| Server IP : 148.66.153.176 / Your IP : 216.73.217.19 Web Server : Apache System : Linux 176.153.66.148.host.secureserver.net 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64 User : drajayshahmd ( 1078) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/thread-self/root/usr/include/bits/types/ |
Upload File : |
#ifndef __timeb_defined
#define __timeb_defined 1
#include <bits/types/time_t.h>
/* Structure returned by the 'ftime' function. */
struct timeb
{
time_t time; /* Seconds since epoch, as from 'time'. */
unsigned short int millitm; /* Additional milliseconds. */
short int timezone; /* Minutes west of GMT. */
short int dstflag; /* Nonzero if Daylight Savings Time used. */
};
#endif