mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
8 lines
155 B
Text
8 lines
155 B
Text
|
|
// The -*- C++ -*- standard I/O header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __CSTDIO__
|
||
|
|
#define __CSTDIO__
|
||
|
|
#include <stdio.h>
|
||
|
|
#endif
|