NetBSD/gnu/lib/libg++/g++-include/stream.h

14 lines
200 B
C

/* ostream.h and istream.h now separately includable */
#ifndef _stream_h
#ifdef __GNUG__
#pragma once
#pragma interface
#endif
#define _stream_h 1
#include <ostream.h>
#include <istream.h>
#endif