PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
time.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  timeval
 

Typedefs

typedef unsigned long long clock_t
 
typedef unsigned long time_t
 

Detailed Description

POSIX declarations for time

Definition in file time.h.


Data Structure Documentation

◆ timeval

struct timeval

Definition at line 29 of file time.h.

Data Fields
long tv_sec
long tv_usec

Macro Definition Documentation

◆ __clock_t_defined

#define __clock_t_defined

Definition at line 21 of file time.h.

◆ __time_t_defined

#define __time_t_defined

Definition at line 26 of file time.h.

Typedef Documentation

◆ clock_t

typedef unsigned long long clock_t

Definition at line 20 of file time.h.

◆ time_t

typedef unsigned long time_t

Definition at line 25 of file time.h.