opnsense-src/contrib/libg++/libstdc++/std/cstdarg.h

8 lines
172 B
C
Raw Normal View History

// The -*- C++ -*- variable argument handling header.
// This file is part of the GNU ANSI C++ Library.
#ifndef __CSTDARG__
#define __CSTDARG__
#include <stdarg.h>
#endif