Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

File metadata and controls

20 lines (14 loc) · 360 Bytes

Long jump API

.. kernel-doc:: include/setjmp.h
   :doc: Overview

.. kernel-doc:: include/setjmp.h
   :internal:

Example

Here is an example showing how to use the a long jump functions and initjmp() in particular:

.. literalinclude:: ../../test/lib/initjmp.c
   :language: c
   :linenos: