mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 04:21:26 +01:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
// -*- C++ -*- forwarding header.
|
||
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
||
|
#ifndef __CSTDIO__
|
||
|
#include <std/cstdio.h>
|
||
|
#endif
|