mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
9 lines
161 B
Text
9 lines
161 B
Text
|
|
// The -*- C++ -*- setjmp/longjmp header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __CSETJMP__
|
||
|
|
#define __CSETJMP__
|
||
|
|
#include <setjmp.h>
|
||
|
|
#endif
|
||
|
|
|