mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
8 lines
154 B
C
8 lines
154 B
C
|
|
// The -*- C++ -*- assertions header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __ASSERT__
|
||
|
|
#define __ASSERT__
|
||
|
|
#include <assert.h>
|
||
|
|
#endif
|