blob: c30e51c2b55d4d9adf0529c31d95aa1eb6fdc4e2 [file] [log] [blame]
Jerome Forissierc632c152025-04-18 16:09:29 +02001.. SPDX-License-Identifier: GPL-2.0-or-later
2
3Long jump API
4=============
5
6.. kernel-doc:: include/setjmp.h
7 :doc: Overview
8
9.. kernel-doc:: include/setjmp.h
10 :internal:
Jerome Forissier1f893552025-04-18 16:09:33 +020011
12Example
13-------
14
15Here is an example showing how to use the a long jump functions and
16initjmp() in particular:
17
18.. literalinclude:: ../../test/lib/initjmp.c
19 :language: c
20 :linenos: