PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
SceKernelTimeval Struct Reference

This struct is needed because tv_sec size is different from what newlib expect Newlib expects 64bits for seconds and PSP expects 32bits. More...

#include <user/psputils.h>

Data Fields

uint32_t tv_sec
 
uint32_t tv_usec
 

Detailed Description

This struct is needed because tv_sec size is different from what newlib expect Newlib expects 64bits for seconds and PSP expects 32bits.

Field Documentation

◆ tv_sec

uint32_t SceKernelTimeval::tv_sec

◆ tv_usec

uint32_t SceKernelTimeval::tv_usec

The documentation for this struct was generated from the following file: