PSPSDK 2024-10-31
Loading...
Searching...
No Matches
Stdio Library

This module contains the imports for the kernel's stdio routines. More...

Functions

SceUID sceKernelStdin (void)
 Function to get the current standard in file no.
 
SceUID sceKernelStdout (void)
 Function to get the current standard out file no.
 
SceUID sceKernelStderr (void)
 Function to get the current standard err file no.
 

Detailed Description

This module contains the imports for the kernel's stdio routines.

Function Documentation

◆ sceKernelStderr()

SceUID sceKernelStderr ( void  )

Function to get the current standard err file no.

Returns
The stderr fileno

◆ sceKernelStdin()

SceUID sceKernelStdin ( void  )

Function to get the current standard in file no.

Returns
The stdin fileno

◆ sceKernelStdout()

SceUID sceKernelStdout ( void  )

Function to get the current standard out file no.

Returns
The stdout fileno