iPXE
include
setjmp.h
Go to the documentation of this file.
1
#ifndef _SETJMP_H
2
#define _SETJMP_H
3
4
FILE_LICENCE
( GPL2_OR_LATER_OR_UBDL );
5
6
#include <
bits/setjmp.h
>
7
8
extern
int
__asmcall
__attribute__
(( returns_twice ))
9
setjmp (
jmp_buf
env );
10
11
extern
void
__asmcall
__attribute__
(( noreturn ))
12
longjmp (
jmp_buf
env,
int
val
);
13
14
#endif
/* _SETJMP_H */
__attribute__
int __asmcall __attribute__((returns_twice)) setjmp(jmp_buf env)
val
void __asmcall int val
Definition:
setjmp.h:12
jmp_buf
A jump buffer.
Definition:
setjmp.h:9
__asmcall
#define __asmcall
Declare a function with standard calling conventions.
Definition:
compiler.h:15
setjmp.h
FILE_LICENCE
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
Generated by
1.8.15