Nugget
Loading...
Searching...
No Matches
Functions | Variables
setjmp.h File Reference
#include "common/psxlibc/setjmp.h"
Include dependency graph for setjmp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 __attribute__ ((returns_twice)) int psxsetjmp(struct JmpBuf *buf)
 
 __attribute__ ((noreturn)) void psxlongjmp(struct JmpBuf *buf
 

Variables

int ret
 

Function Documentation

◆ __attribute__() [1/2]

__attribute__ ( (noreturn)  )

◆ __attribute__() [2/2]

__attribute__ ( (returns_twice)  )

Variable Documentation

◆ ret

int ret