2025-04-27 07:49:33 -04:00

21 lines
450 B
C++

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1996.
//
// File: illeg.hxx
//
// Contents: Illegitimate tests header
//
//
//----------------------------------------------------------------------------
#ifndef __ILLEG_HXX__
#define __ILLEG_HXX__
void i_storage(void);
void i_stream(void);
void i_enum(void);
#endif // #ifndef __ILLEG_HXX__