VSF Documented
|
#include "shell/sys/linux/vsf_linux_cfg.h"
#include "hal/arch/vsf_arch.h"
#include "utilities/compiler/compiler.h"
Go to the source code of this file.
Data Structures | |
struct | vsf_linux_libc_setjmp_vplt_t |
Typedefs | |
typedef struct vsf_linux_libc_setjmp_vplt_t | vsf_linux_libc_setjmp_vplt_t |
Functions | |
int | setjmp (jmp_buf env) |
void | longjmp (jmp_buf env, int val) |
Variables | |
__VSF_VPLT_DECORATOR__ vsf_linux_libc_setjmp_vplt_t | vsf_linux_libc_setjmp_vplt |
typedef struct vsf_linux_libc_setjmp_vplt_t vsf_linux_libc_setjmp_vplt_t |
int setjmp | ( | jmp_buf | env | ) |
void longjmp | ( | jmp_buf | env, |
int | val | ||
) |
|
extern |