This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Up one level Previous symbol Next symbol

Summary of the <setjmp.h> Header

View source

#ifndef __SETJMP_H
#define __SETJMP_H

typedef implementation defined jmp_buf;

int setjmp(jmp_buf env);
void longjmp(jmp_buf env, int val);

#endif /* !__SETJMP_H */