home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Team Palmtops 7
/
Palmtops_numero07.iso
/
WinCE
/
SDKWindowsCE
/
AutoPC
/
apcsdk10.exe
/
data1.cab
/
Emulation_Include_Files
/
setjmpex.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-05-13
|
352 b
|
15 lines
/***
*setjmp.h - definitions/declarations for extended setjmp/longjmp routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* "extended" (SEH-safe) setjmp.h. Currently does nothing but include
* the real setjmp.h, which is already SEH-safe.
*
****/
#ifndef _INC_SETJMP
#include <setjmp.h>
#endif