mirror of
https://github.com/opnsense/src.git
synced 2026-04-06 01:45:12 -04:00
8 lines
172 B
C
8 lines
172 B
C
|
|
// The -*- C++ -*- variable argument handling header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __CSTDARG__
|
||
|
|
#define __CSTDARG__
|
||
|
|
#include <stdarg.h>
|
||
|
|
#endif
|