Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Use process-control routines to start, stop, and manage processes from within a program.
For detailed reference information about the CRT functions, see Alphabetical Function Reference (CRT).
| Routine | Use |
|---|---|
longjmp |
Restores saved stack environment; uses it to execute a nonlocal goto |
setjmp |
Saves stack environment; uses it to execute nonlocal goto |
See Also
Concepts
Other Resources
C/C++ Libraries for Windows Embedded CE
What's New in the C Run-Time Library